From 4efe58085dea53a3565b00e98e86a696f1f84467 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 18 Jan 2011 20:57:56 +0000 Subject: Fix first part of message not being displayed --- lib/Iurt/Process.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index fa8883b..8766715 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -69,7 +69,7 @@ sub check_pid { sleep 1; } } else { - plog("another instance [$pid] is already running for ", + plog('WARN', "another instance [$pid] is already running for ", time()-$time, " seconds"); exit(); } -- cgit v1.2.1