]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Need to quote filter string differently.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 2 Feb 2012 22:42:26 +0000 (22:42 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 2 Feb 2012 22:42:26 +0000 (22:42 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10218 7a7537e8-13f0-0310-91df-b6672ffda945

vcnet/setdebug.bat

index 1d6d5e576d2899cc742a76a58f34c82e853f350a..c80bbd1afcdd4a39aa6db0c6d8f06027c36b5fd9 100644 (file)
@@ -1,5 +1,5 @@
 rem Script to enable debug logging for IPPTOOL
 set CUPS_DEBUG_LOG=debug.log
 set CUPS_DEBUG_LEVEL=6
-set CUPS_DEBUG_FILTER="^(http|_http|ipp|_ipp|cupsDo|cupsGetResponse|cupsSend)"
+set "CUPS_DEBUG_FILTER=^(http|_http|ipp|_ipp|cupsDo|cupsGetResponse|cupsSend)"