X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FRole%2FConnector%2FPerlInterpreter.pm;h=96567d9e8eedd571577b7dcdf0f30c48f0a6ef6a;hp=2f3254115742207d06bd197c0e709f34e52ce293;hb=fb94f5454a40bdf22df64315c968a8d9b35ae40c;hpb=cd295a4072763ba5bd4a28919b7bbb04d55c16f2 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