cifs.upcall: clean up logging and add debug messages
commit7ec21d593518b0116a7674a217ac9d119a9bf05e
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 15:04:53 +0000 (14 11:04 -0400)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jan 2010 13:00:49 +0000 (13 14:00 +0100)
treef2ed49db1e1499191a32cbc4f46140e65239e1fd
parent098781a405af31e4bd8a6fc3ffaebc652f075f98
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>
(cherry picked from commit e9b932b242cac1061a19da9421b515cacf6c631b)
source/client/cifs.upcall.c