]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/lib/ircmanager.php
Use common_debug() instead of common_log(LOG_DEBUG, ) to minimize code duplication.
[quix0rs-gnu-social.git] / plugins / Irc / lib / ircmanager.php
index 021fe190e34ae11e2aaa8cc1d0a47305146cac19..11ba2bd7edb594b2f8e3112cb7d7441ec559eb92 100644 (file)
@@ -126,7 +126,7 @@ class IrcManager extends ImManager {
      * @return void
      */
     public function handleInput($socket) {
-        common_log(LOG_DEBUG, 'Servicing the IRC queue.');
+        common_debug('Servicing the IRC queue.');
         $this->stats('irc_process');
 
         try {