X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2Fnfsumount.c;h=1decf07d7debd2bc2fdf857c9275082b90b73f0c;hb=f12ed63e95dec929d6893b16983233d2940a889c;hp=1d10cc689b5c46b0d4d55838a389cd39be5fb52b;hpb=ae8cd89afbe0ba51f6c03b71fb50241c8dde04c5;p=nfs-utils.git diff --git a/utils/mount/nfsumount.c b/utils/mount/nfsumount.c index 1d10cc6..1decf07 100644 --- a/utils/mount/nfsumount.c +++ b/utils/mount/nfsumount.c @@ -252,7 +252,7 @@ int _nfsumount(const char *spec, char *opts) goto out_bad; return nfs_call_umount(&mnt_server, &dirname); out_bad: - printf("%s: %s: not found or not mounted\n", progname, spec); + fprintf(stderr, "%s: %s: not found or not mounted\n", progname, spec); return 0; }