X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfsumount.c;h=1decf07d7debd2bc2fdf857c9275082b90b73f0c;hp=1d10cc689b5c46b0d4d55838a389cd39be5fb52b;hb=cb2342b123ded9f074345e15e5ffc0dbfeb095e0;hpb=e3f2d2262fed12f0f6b77c5ac1c4072d82f1e754 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; }