]> git.mxchange.org Git - hub.git/commitdiff
Added commented out debug message
authorRoland Häder <roland@mxchange.org>
Sat, 5 May 2012 23:40:14 +0000 (23:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 5 May 2012 23:40:14 +0000 (23:40 +0000)
application/hub/main/package/class_NetworkPackage.php

index e099f688c1ee781451f510fa61d94a727a0729c5..87be5cb99043ab4edc18595b3e0d524f8fb790a9 100644 (file)
@@ -252,6 +252,9 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R
         * @return      $hash                           Hash for given package content
         */
        private function getHashFromContent ($content) {
+               // Debug message
+               //* NOISY-DEBUG: */ $this->debugOutput('NETWORK-PACKAGE: content[md5]=' . md5($content) . ',sender=' . $this->getSessionId() . ',compressor=' . $this->getCompressorInstance()->getCompressorExtension());
+
                // Create the hash
                // @TODO crc32() is very weak, but it needs to be fast
                $hash = crc32(