diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Process.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index 8766715..9d740f5 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -162,7 +162,7 @@ sub perform_command { } my $df = df $opt{log}; if ($df->{per} >= 99) { - plog('WARN', "WARNING: killing current command because running out of disk space (only $df->{bavail}KB left)"); + plog('WARN', "WARNING: killing current command because running out of disk space at $opt{log} (only $df->{bavail}KB left)"); kill 14, "-$parent_pid"; exit(); } |