From: Roland Häder Date: Fri, 18 Sep 2009 13:49:41 +0000 (+0000) Subject: Message added when no node list was previously found. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=554e8943f19df2fb270c47be131304de8c8a104c;p=hub.git Message added when no node list was previously found. --- 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.');