aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index a0e9582..9a4aa09 100755
--- a/iurt2
+++ b/iurt2
@@ -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 {