]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/lib/salmonaction.php
Opps, left-overs from merge ...
[quix0rs-gnu-social.git] / plugins / OStatus / lib / salmonaction.php
index a2703f1647fbef952baa3f9b310bf9f35bb51f8d..2f48042820ba9add9c411afd7e761eac64a2ebeb 100644 (file)
@@ -93,7 +93,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))) {