Revision
318
Author
pterjan
Date
2011-01-18 21:57:56 +0100 (Tue, 18 Jan 2011)

Log Message

Fix first part of message not being displayed

Modified Paths

Modified: build_system/iurt/trunk/lib/Iurt/Process.pm
===================================================================
--- build_system/iurt/trunk/lib/Iurt/Process.pm	2011-01-18 15:06:13 UTC (rev 317)
+++ build_system/iurt/trunk/lib/Iurt/Process.pm	2011-01-18 20:57:56 UTC (rev 318)
@@ -69,7 +69,7 @@
 		    sleep 1;
 		}
 	    } else  {
-		plog("another instance [$pid] is already running for ",
+		plog('WARN', "another instance [$pid] is already running for ",
 				time()-$time, " seconds");
 		exit();
 	    }