summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-31 10:11:41 +0300
committerAndrew Dolgov <[email protected]>2020-12-31 10:11:41 +0300
commit2abc434e265278ff563db75368c0d50586fd4553 (patch)
treef551c576721851ea5a3ccc9225503df72d2f9132 /update.php
parent8cc07bc8bda35308a4c784c266ad9227562647d5 (diff)
daemon: clarify some task-related messages
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);
}