From: Roland Häder Date: Sat, 5 May 2012 23:40:14 +0000 (+0000) Subject: Added commented out debug message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41f878e11f213fb7f3462164f77edf2695fe5290;p=hub.git Added commented out debug message --- diff --git a/application/hub/main/package/class_NetworkPackage.php b/application/hub/main/package/class_NetworkPackage.php index e099f688c..87be5cb99 100644 --- a/application/hub/main/package/class_NetworkPackage.php +++ b/application/hub/main/package/class_NetworkPackage.php @@ -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(