]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add more debug stuff.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 15 Jan 2014 19:04:56 +0000 (19:04 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 15 Jan 2014 19:04:56 +0000 (19:04 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11534 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/conf.c
scheduler/org.cups.cupsd.plist

index 5ea1be13fa74c0486d44343bc235c62f320cfb08..3d20b3af23e73e54e2271672cff9b4a5d646bf45 100644 (file)
@@ -1058,6 +1058,7 @@ cupsdReadConfiguration(void)
   if (ServerKeychain[0] != '/')
     cupsdSetStringf(&ServerKeychain, "%s/%s", ServerRoot, ServerKeychain);
 
+  cupsdLogMessage(CUPSD_LOG_DEBUG, "Using keychain \"%s\" for server name \"%s\".", ServerKeychain, ServerName);
   cupsSetServerCredentials(ServerKeychain, ServerName, 1);
 #endif /* HAVE_SSL */
 
index ccc861d8f2899bfe291b79dc43ef36cfa4e60486..2529f62e56a07bb3ff0ef23a7c3a41c41cc2dba4 100644 (file)
@@ -30,7 +30,7 @@
                <key>CUPS_DEBUG_LEVEL</key>
                <string>3</string>
                <key>CUPS_DEBUG_FILTER</key>
-               <string>^(http|_http|ipp|_ipp|mime).*</string>
+               <string>^(cupsDo|cupsGet|cupsSet|http|_http|ipp|_ipp|mime).*</string>
        </dict>
        <key>ServiceIPC</key>
        <true/>