]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/dht/class_DhtRecipient.php
Commented out noisy debug line + logged array 'recipients'.
[hub.git] / application / hub / main / recipient / dht / class_DhtRecipient.php
index 1f0bd9d337f592c2dd2a44ae574eb97f7e46f610..58266fd07ce816e9c76452d6715131385bea7065 100644 (file)
@@ -69,7 +69,7 @@ class DhtRecipient extends BaseRecipient implements Recipient {
                // "Discover" recipients by given package data
                $recipients = $discoverInstance->resolveRecipientsByPackageData($packageData);
 
-               $this->partialStub('Please implement this method. recipient=' . $recipient);
+               $this->partialStub('Please implement this method. recipient=' . $recipient . ',recipients=' . print_r($recipients, TRUE));
        }
 }