]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix parse error in memcachedqueuehandler
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 23 Apr 2009 09:23:59 +0000 (05:23 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 23 Apr 2009 09:23:59 +0000 (05:23 -0400)
scripts/memcachedqueuehandler.php

index 3fcebcfc30086fce9c4af6a88166d8db533b5c8f..43231fa2c69b042bab0d91f614a75753e62d130c 100644 (file)
@@ -42,7 +42,7 @@ class MemcachedQueueHandler extends QueueHandler
     function handle_notice($notice)
     {
         // XXX: fork here
-        common_log(LOG_INFO, "Blowing memcached for $notice->id\n";
+        common_log(LOG_INFO, "Blowing memcached for $notice->id");
         $notice->blowCaches();
         return true;
     }