From 41f878e11f213fb7f3462164f77edf2695fe5290 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 5 May 2012 23:40:14 +0000 Subject: [PATCH] Added commented out debug message --- application/hub/main/package/class_NetworkPackage.php | 3 +++ 1 file changed, 3 insertions(+) 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( -- 2.39.5