]> git.mxchange.org Git - hub.git/commitdiff
Message added when no node list was previously found.
authorRoland Häder <roland@mxchange.org>
Fri, 18 Sep 2009 13:49:41 +0000 (13:49 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 18 Sep 2009 13:49:41 +0000 (13:49 +0000)
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.');