From 554e8943f19df2fb270c47be131304de8c8a104c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 18 Sep 2009 13:49:41 +0000 Subject: [PATCH] Message added when no node list was previously found. --- application/hub/main/nodes/class_BaseHubNode.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php index 633e207e6..422fe6f17 100644 --- a/application/hub/main/nodes/class_BaseHubNode.php +++ b/application/hub/main/nodes/class_BaseHubNode.php @@ -509,8 +509,11 @@ class BaseHubNode extends BaseHubSystem implements Updateable { if ($resultInstance->next()) { $this->partialStub('Do something for restoring the list.'); // Output message - //$this->debugOutput('BOOTSTRAP: '); - } // END - if + //$this->debugOutput('HUB: '); + } else { + // No previously saved node list found! + $this->debugOutput('HUB: No previously saved node list found. This is fine.'); + } // Debug output $this->debugOutput('HUB: Restore node list: FINISHED.'); -- 2.39.5