]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 25 Oct 2011 23:03:35 +0000 (23:03 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 25 Oct 2011 23:03:35 +0000 (23:03 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10091 7a7537e8-13f0-0310-91df-b6672ffda945

test/run-stp-tests.sh

index 54b53695eccaf4f39b547e76025683f0273e9921..be213d2c5db462001098ae8964e87231a4b34682 100755 (executable)
@@ -235,14 +235,14 @@ case "$usedebugprintfs" in
                echo "Enabling debug printfs; log files can be found in /tmp/cups-$user/log..."
                CUPS_DEBUG_LOG="/tmp/cups-$user/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
                CUPS_DEBUG_LEVEL=5; export CUPS_DEBUG_LEVEL
-               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetRespond|cupsSend).*$'; export CUPS_DEBUG_FILTER
+               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetResponse|cupsSend).*$'; export CUPS_DEBUG_FILTER
                ;;
 
        0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9)
                echo "Enabling debug printfs; log files can be found in /tmp/cups-$user/log..."
                CUPS_DEBUG_LOG="/tmp/cups-$user/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
                CUPS_DEBUG_LEVEL=$usedebugprintf; export CUPS_DEBUG_LEVEL
-               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetRespond|cupsSend).*$'; export CUPS_DEBUG_FILTER
+               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetResponse|cupsSend).*$'; export CUPS_DEBUG_FILTER
                ;;
 
        *)