diff options
Diffstat (limited to 'perl-install/run_program.pm')
-rw-r--r-- | perl-install/run_program.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 027944d56..43b7c3d28 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -70,7 +70,7 @@ sub raw { alarm 0; }; if ($@) { - log::l("ERROR: killing runaway process"); + log::l("ERROR: killing runaway process (process=$str, pid=$pid, args=@args, error=$@)"); kill 9, $pid; return; } |