mount.cifs: print output to stderr
commit56f58860020151cdb720b865b9338d86320f73a6
authorJeff Layton <jlayton@redhat.com>
Fri, 25 Sep 2009 10:47:39 +0000 (25 06:47 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 25 Sep 2009 10:47:39 +0000 (25 06:47 -0400)
treea7a2a065ab978b2da7803d6131a075d6f9883762
parent50268ab18489b3508cf2ef35069dc0bcb585fbd9
mount.cifs: print output to stderr

When a mount fails, mount.cifs often prints an error message. In most
cases, this error goes to stdout instead of stderr like it should. Fix
it to print errors to stderr instead.

Reported-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
client/mount.cifs.c