From f6bef128e4391bbdc48c2da12c6946f33a50d9f3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 26 Jan 2023 15:36:34 +0530 Subject: [PATCH] Update src/Appwrite/Platform/Tasks/Hamster.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- src/Appwrite/Platform/Tasks/Hamster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Hamster.php b/src/Appwrite/Platform/Tasks/Hamster.php index cd85a0d5cc..17bbf99566 100644 --- a/src/Appwrite/Platform/Tasks/Hamster.php +++ b/src/Appwrite/Platform/Tasks/Hamster.php @@ -145,7 +145,7 @@ class Hamster extends Action public function action(Registry $register, Group $pools, Cache $cache, Database $dbForConsole): void { - Console::success('Getting stats...'); + Console::info'Getting stats...'); /* Initialise new Utopia app */ $app = new App('UTC');