diff --git a/protogeni/xmlrpc/protogeni-wrapper.pl.in b/protogeni/xmlrpc/protogeni-wrapper.pl.in index 10ca46f52c14f301fa2a2b03b950b1ebb89580f0..2bc2de5f1b2b6935fb8e53fe5539845850784972 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