]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_BaseHubNode.php
Message added when no node list was previously found.
[hub.git] / application / hub / main / nodes / class_BaseHubNode.php
index 633e207e6bc5508013afa24ccac5ea248706437e..422fe6f1782341409a52a2edcb66657eb4f157e8 100644 (file)
@@ -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.');