1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

daemon: clarify some task-related messages

This commit is contained in:
Andrew Dolgov
2020-12-31 10:11:41 +03:00
parent 8cc07bc8bd
commit 2abc434e26
2 changed files with 12 additions and 12 deletions

View File

@@ -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);
}