]> git.mxchange.org Git - hub.git/commitdiff
Adding debug log.
authorRoland Haeder <roland@mxchange.org>
Thu, 20 Feb 2014 21:17:54 +0000 (22:17 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 20 Feb 2014 21:17:54 +0000 (22:17 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/helper/connection/class_BaseConnectionHelper.php

index 7fa40d17f10405f31d56504fbcea664e70640686..560fc5dbd4b14afa4c31489ab13d865cea02a6c8 100644 (file)
@@ -331,6 +331,10 @@ class BaseConnectionHelper extends BaseHubSystemHelper implements Registerable,
                // Implode the package data array and fragement the resulting string, returns the final hash
                $finalHash = $this->getFragmenterInstance()->fragmentPackageArray($packageData, $this);
                if ($finalHash !== TRUE) {
+                       // Debug message
+                       /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __METHOD__ . ':' . __LINE__ . ']: Setting finalHash=' . $finalHash);
+
+                       // Set final hash
                        $this->currentFinalHash = $finalHash;
                } // END - if