From 1a46209bfefb29a3ed7247cbeb2d06bb46c82840 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 8 Jan 2020 09:28:30 +0100 Subject: [PATCH] with class name it's easier --- tools/storagecontroller-sync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/storagecontroller-sync.php b/tools/storagecontroller-sync.php index 920160f..2e2a5dc 100644 --- a/tools/storagecontroller-sync.php +++ b/tools/storagecontroller-sync.php @@ -50,7 +50,7 @@ sleep(2); foreach($controllers as $contr) { - echo " [P1] Collecting list of items.."; + echo " [P1] Collecting list of items from ".get_class($contr).".."; $controllerfiles = $contr->getItems(); echo " done. Got ".count($controllerfiles)." files\n"; if($controllerfiles)