mount.cifs: print output to stderr
authorJeff Layton <jlayton@redhat.com>
Fri, 25 Sep 2009 00:55:43 +0000 (20:55 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 25 Sep 2009 00:55:43 +0000 (20:55 -0400)
commit3aa147f8d20bc5124dca1f4746da678a55247b82
tree1d55cd8d3dfed6621de21ae62871363735a77046
parent1e4868d251a4546c92ec275e37e9c5e11f30d1b8
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