From: Tyler Riddle Date: Sat, 10 Nov 2012 01:41:16 +0000 (-0800) Subject: change perl interpreter command line log message to verbose level and make it a singl... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1cdb12c7feca54fd16971eb972db5f5c842255c;p=scpubgit%2FObject-Remote.git change perl interpreter command line log message to verbose level and make it a single line --- diff --git a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm index 2f32541..96567d9 100644 --- a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm +++ b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm @@ -84,7 +84,7 @@ sub _start_perl { my $given_stderr = $self->stderr; my $foreign_stderr; - Dlog_debug { "invoking connection to perl interpreter using command line: $_" } @{$self->final_perl_command}; + Dlog_verbose { s/\n/ /g; "invoking connection to perl interpreter using command line: $_" } @{$self->final_perl_command}; if (defined($given_stderr)) { #if the stderr data goes to an existing file handle