X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOStatus%2Flib%2Fsalmonaction.php;h=fdfb58df08d84e311a94b1c48975eb0e87e301f0;hb=abd90bbdf562614755802885dfb5673645df8575;hp=6fb3d2f9fe20bf175437305ba3004d8e46836e63;hpb=e4a17fedc64b4519434ccec9262149bdb330d4af;p=quix0rs-gnu-social.git diff --git a/plugins/OStatus/lib/salmonaction.php b/plugins/OStatus/lib/salmonaction.php index 6fb3d2f9fe..fdfb58df08 100644 --- a/plugins/OStatus/lib/salmonaction.php +++ b/plugins/OStatus/lib/salmonaction.php @@ -67,7 +67,7 @@ class SalmonAction extends Action // Cryptographic verification test if (!$magic_env->verify($this->actor)) { - common_log(LOG_DEBUG, "Salmon signature verification failed."); + common_debug("Salmon signature verification failed."); // TRANS: Client error. $this->clientError(_m('Salmon signature verification failed.')); } @@ -83,7 +83,7 @@ class SalmonAction extends Action { parent::handle(); - common_log(LOG_DEBUG, "Got a " . $this->activity->verb); + common_debug("Got a " . $this->activity->verb); try { if (Event::handle('StartHandleSalmonTarget', array($this->activity, $this->target)) && Event::handle('StartHandleSalmon', array($this->activity))) {