summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index d60b1a6a5..2737b0456 100755
--- a/update.php
+++ b/update.php
@@ -218,7 +218,7 @@
if (isset($options["task"]) && isset($options["pidlock"])) {
$waits = $options["task"] * 5;
- Debug::log("Waiting before update ($waits)");
+ Debug::log("Waiting before update ($waits)...");
sleep($waits);
}