change perl interpreter command line log message to verbose level and make it a singl...
Tyler Riddle [Sat, 10 Nov 2012 01:41:16 +0000 (17:41 -0800)]
lib/Object/Remote/Role/Connector/PerlInterpreter.pm

index 2f32541..96567d9 100644 (file)
@@ -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