cifs.upcall: clean up logging and add debug messages
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 14:43:18 +0000 (10:43 -0400)
committerKarolin Seeger <kseeger@samba.org>
Fri, 16 Oct 2009 13:02:51 +0000 (15:02 +0200)
commit7c7bb1572c86767658852426e6eb7de901b1cab2
treeee4cfa8aa403400f579b13d960bef83a24d0445f
parent78b53b878a7871ea0ef311317da561008ad07e08
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>
source3/client/cifs.upcall.c