From 405e60215ce135ef7e94803d25c34404d742a06e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 2 Feb 2011 10:08:24 +1300 Subject: View script debug output (stderr) in pager. --- test/scripts/a | 1 + 1 file changed, 1 insertion(+) (limited to 'test/scripts/a') diff --git a/test/scripts/a b/test/scripts/a index 6973a44f..fb4a7b82 100755 --- a/test/scripts/a +++ b/test/scripts/a @@ -5,4 +5,5 @@ from libmproxy import script f = script.load_flow() f.request.host = "TESTOK" +print >> sys.stderr, "DEBUG" script.return_flow(f) -- cgit v1.2.3