From a6a5953380df64bada898647a41d00520827a72b Mon Sep 17 00:00:00 2001 From: Jonathon Duerig Date: Wed, 1 Aug 2012 16:08:20 -0600 Subject: [PATCH] Revert last commit. --- protogeni/xmlrpc/protogeni-wrapper.pl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protogeni/xmlrpc/protogeni-wrapper.pl.in b/protogeni/xmlrpc/protogeni-wrapper.pl.in index 10ca46f52..2bc2de5f1 100755 --- a/protogeni/xmlrpc/protogeni-wrapper.pl.in +++ b/protogeni/xmlrpc/protogeni-wrapper.pl.in @@ -479,9 +479,9 @@ else { } } -#if ($debug) { -# print STDERR "Debugging is on.\n"; -#} +if ($debug) { + print STDERR "Debugging is on.\n"; +} # # Terminate the log capture so that we can print the response to STDOUT -- GitLab