Skip to content

Commit

Permalink
Call list_filesystems() after mounter has completed
Browse files Browse the repository at this point in the history
This way we can see which filesystems have been added
  • Loading branch information
reinauer committed Nov 19, 2023
1 parent f8848c3 commit 9b1a488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mounter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,5 +1222,6 @@ int mount_drives(struct ConfigDev *cd, struct Library *dev)
for (i=0; i<8; i++)
printf("%x%s", unitNum[i], i<7?", ":" }\n");

list_filesystems();
return ret;
}

0 comments on commit 9b1a488

Please sign in to comment.