]> git.mxchange.org Git - hub.git/commitdiff
Added another (very) noisy debug line.
authorRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 23:23:14 +0000 (00:23 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 23:23:14 +0000 (00:23 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/package/class_NetworkPackage.php

index 186f5de99f1ad0728b06c32201fc33b55cb08d49..9b4f9e3b8f0b972b9f7523113ac7d930eae83fb4 100644 (file)
@@ -821,7 +821,7 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R
                 */
                if (!$this->isRawDataPending()) {
                        // This is not fatal but should be avoided
-                       // @TODO Add some logging here
+                       /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('NETWORK-PACKAGE[' . __LINE__ . ']: isRawDataPending()=false - skipping further code ...');
                        return;
                } // END - if