cifs.upcall: clean up logging and add debug messages
authorJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 11:59:49 +0000 (07:59 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 11:59:49 +0000 (07:59 -0400)
commit378a2d9aa5e538144083ff53578af6105cd296c9
tree19e9c6b3dfa8bb4fa500b30e0d3311a42cefc352
parent168a7cb6a893fb56ef9fe7a4dc99bbc117a75962
cifs.upcall: clean up logging and add debug messages

Change the log levels to be more appropriate to the messages being
logged. Error messages should be LOG_ERR and not LOG_WARNING, for
instance.

Add some LOG_DEBUG messages that we can use to diagnose problems with
krb5 upcalls. With these, someone can set up syslog to log daemon.debug
and should be able to get more info when things aren't working.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
client/cifs.upcall.c