X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fautomounter_src%2Fmain.c;h=df23d91ba735ec44422b306a4c6664f49ac8ccbf;hb=fd937b134894af540a322ed3de2c66363d0b584d;hp=c30924ab79c1a12c16648dcb33bb8125d5b01f66;hpb=24b8b753ccf72bdd0123f449ba67a17a58399ad7;p=tpg%2Facess2.git diff --git a/Usermode/Applications/automounter_src/main.c b/Usermode/Applications/automounter_src/main.c index c30924ab..df23d91b 100644 --- a/Usermode/Applications/automounter_src/main.c +++ b/Usermode/Applications/automounter_src/main.c @@ -88,5 +88,8 @@ void TryMount(const char *Volume, const char *Part) if( _SysMount(devpath, mntpath, NULL, "") ) { fprintf(stderr, "Unable to mount '%s'\n", devpath); } + else { + printf("Automouted '%s'\n", devpath); + } }