Browse Source

Mounts: add verbosity

master
Pekka Helenius 3 years ago
parent
commit
03c2d63efc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/volume.c

+ 1
- 0
src/volume.c View File

@ -118,6 +118,7 @@ static t_pusb_volume *pusb_volume_probe(t_pusb_options *opts,
volume->mount_point = NULL;
mount_points = udisks_filesystem_get_mount_points(volume->filesystem);
log_debug("Found mount points: %s\n", *mount_points);
if (mount_points && *mount_points)
volume->mount_point = xstrdup(*mount_points);


Loading…
Cancel
Save