]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/direct/class_DirectRecipient.php
Added noisy debug lines, used constants defined in NetworkPackage instead of direct...
[hub.git] / application / hub / main / recipient / direct / class_DirectRecipient.php
index 1fafba533d3756e6dedf05b1079690fffc2ba7fc..a6089b093ac41e46ae765ae3ba5710dee8281aaa 100644 (file)
@@ -55,6 +55,9 @@ class DirectRecipient extends BaseRecipient implements Recipient {
         * @throws      FrameworkException      Could throw different exceptions depending on implementation
         */
        public function resolveRecipient ($recipient, Listable $listInstance = NULL) {
+               // Debug message
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DIRECT-RECIPIENT: recipient=' . $recipient);
+
                // "Explode" all recipients
                $recipients = explode(NetworkPackage::PACKAGE_RECIPIENT_SEPARATOR, $recipient);