From 1fa5801613b926eeb60a1f2d2d08278037a41581 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 Feb 2014 01:43:28 +0100 Subject: [PATCH] And another one ... ;-) Signed-off-by: Roland Haeder --- application/hub/main/decoder/package/class_PackageDecoder.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/hub/main/decoder/package/class_PackageDecoder.php b/application/hub/main/decoder/package/class_PackageDecoder.php index bdbb9ce76..cda04a1bc 100644 --- a/application/hub/main/decoder/package/class_PackageDecoder.php +++ b/application/hub/main/decoder/package/class_PackageDecoder.php @@ -94,6 +94,9 @@ class PackageDecoder extends BaseDecoder implements Decodeable { // "Decode" the raw package content by using the NetworkPackage instance $decodedData = $this->getPackageInstance()->decodeRawContent($rawPackageContent); + // Debug message + /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('PACKAGE-DECODER[' . __METHOD__ . ':' . __LINE__ . ']: decodedData()=' . strlen($decodedData) . ' ...'); + // Next get a recipient-discovery instance $discoveryInstance = PackageDiscoveryFactory::createPackageDiscoveryInstance(); -- 2.39.5