]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
We're logging this already elsewhere
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 9 Apr 2015 10:27:04 +0000 (12:27 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 9 Apr 2015 10:27:04 +0000 (12:27 +0200)
lib/queuemanager.php

index d42e4b4b57e88ac31f7b35ddd6f22e46088ea467..45fe1e4ab43040343989833046206622bfc2f72b 100644 (file)
@@ -233,8 +233,6 @@ abstract class QueueManager extends IoManager
             } else {
                 $this->_log(LOG_ERR, "Nonexistent handler class '$class' for queue '$queue'");
             }
-        } else {
-            $this->_log(LOG_ERR, "Requested handler for unkown queue '$queue'");
         }
         return null;
     }