diff options
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ my (@stat) = stat $pidfile; sleep 1 } } else { - print "An other iurt is running for $my_arch, pid $pid, since $time seconds\n"; + print "An other iurt is running for $my_arch, pid $pid, since ",time - $time," seconds\n"; exit } } else { |