summaryrefslogtreecommitdiff
path: root/scripts/memcachedqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/memcachedqueuehandler.php')
-rw-r--r--scripts/memcachedqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memcachedqueuehandler.php b/scripts/memcachedqueuehandler.php
index 3fcebcfc3..43231fa2c 100644
--- a/scripts/memcachedqueuehandler.php
+++ b/scripts/memcachedqueuehandler.php
@@ -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;
}