Commented out noisy debug lines
authorRoland Häder <roland@mxchange.org>
Thu, 21 Feb 2013 23:36:29 +0000 (23:36 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 21 Feb 2013 23:36:29 +0000 (23:36 +0000)
application/hub/main/recipient/class_
application/hub/main/recipient/dht/class_DhtRecipient.php
application/hub/main/recipient/direct/class_DirectRecipient.php
application/hub/main/recipient/self/class_SelfRecipient.php
application/hub/main/recipient/upper/class_UpperRecipient.php

index 83d6bf0e02669c1858d1a9a44283636a7bbf2948..a18f6e6e8cf9514a12326f4648f6ffaf214184f1 100644 (file)
@@ -57,6 +57,7 @@ class ???Recipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('!!!-RECIPIENT: recipient=' . $recipient);
                assert($recipient == '|||');
                $this->partialStub('Please implement this method. recipient=' . $recipient);
        }
index c8d31c9854ebce792194cfaa8fd9e11de74681f3..13661f33d67929aaaf07c675f016b14740b0eb17 100644 (file)
@@ -57,7 +57,7 @@ class DhtRecipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
                assert($recipient == NetworkPacke::PACKAGE_RECIPIENT_DHT);
                $this->partialStub('Please implement this method. recipient=' . $recipient);
        }
index a6089b093ac41e46ae765ae3ba5710dee8281aaa..3acb2f4ce65606a113c279fa624b8271daca0bab 100644 (file)
@@ -56,7 +56,7 @@ class DirectRecipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance = NULL) {
                // Debug message
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DIRECT-RECIPIENT: recipient=' . $recipient);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DIRECT-RECIPIENT: recipient=' . $recipient);
 
                // "Explode" all recipients
                $recipients = explode(NetworkPackage::PACKAGE_RECIPIENT_SEPARATOR, $recipient);
index 10c0bb1f0469da525c290c33ba5f84536d34c468..92fc841e621770a0011d2ac033e2d5042a7593a9 100644 (file)
@@ -56,7 +56,7 @@ class SelfRecipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('SELF-RECIPIENT: recipient=' . $recipient);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('SELF-RECIPIENT: recipient=' . $recipient);
                assert($recipient == NetworkPackage::NETWORK_TARGET_SELF);
 
                // Determine own port
index db6cb2643742ed65e28b76958de956995ecd8845..4e4fea9606c9d5e1fe7de43bd9ec29afb7a1de9e 100644 (file)
@@ -56,7 +56,7 @@ class UpperRecipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('UPPER-RECIPIENT: recipient=' . $recipient);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('UPPER-RECIPIENT: recipient=' . $recipient);
                assert($recipient == NetworkPackage::PACKAGE_RECIPIENT_UPPER);
 
                // Get all bootstrap nodes