]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfsumount.c
Clean up of some error messages.
[nfs-utils.git] / utils / mount / nfsumount.c
index 1d10cc689b5c46b0d4d55838a389cd39be5fb52b..1decf07d7debd2bc2fdf857c9275082b90b73f0c 100644 (file)
@@ -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;
 }