]> git.mxchange.org Git - hub.git/commitdiff
Added commented out debug line
authorRoland Häder <roland@mxchange.org>
Sat, 6 Jul 2013 20:38:12 +0000 (20:38 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 6 Jul 2013 20:38:12 +0000 (20:38 +0000)
application/hub/main/helper/connection/class_BaseConnectionHelper.php

index c41d22eb47f8617b691a51e12f1c0e0d4f2d009c..c9d7fa3c4b487eec698bc8a9da2a455f4fdad6d1 100644 (file)
@@ -396,6 +396,9 @@ class BaseConnectionHelper extends BaseHubSystemHelper implements Registerable,
 
                // Fill sending buffer with data
                while (strlen($dataStream) > 0) {
+                       // Debug message
+                       //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __LINE__ . ']: packageData=' . print_r($packageData, TRUE));
+
                        // Convert the package data array to a raw data stream
                        $dataStream = $this->getRawDataFromPackageArray($packageData);
                        //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __LINE__ . ']: Adding ' . strlen($dataStream) . ' bytes to the sending buffer ...');