cifs.upcall: clean up logging and add debug messages
commite9b932b242cac1061a19da9421b515cacf6c631b
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 15:04:53 +0000 (14 11:04 -0400)
committerKarolin Seeger <kseeger@samba.org>
Fri, 16 Oct 2009 13:04:54 +0000 (16 15:04 +0200)
treee965ce4338d1caba8f440be59cb536f37995a313
parent223bee1fc5f655adb61db603a5423c8bf4a5f582
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>
source/client/cifs.upcall.c