Improve LoadBalancer::doWait() performance via APC
[lhc/web/wiklou.git] / includes / db / ChronologyProtector.php
index 0c7b612..6840d17 100644 (file)
@@ -60,7 +60,7 @@ class ChronologyProtector {
                if ( !empty( $this->startupPositions[$masterName] ) ) {
                        $info = $lb->parentInfo();
                        $pos = $this->startupPositions[$masterName];
-                       wfDebug( __METHOD__ . ": LB " . $info['id'] . " waiting for master pos $pos\n" );
+                       wfDebug( __METHOD__ . ": LB '" . $info['id'] . "' waiting for master pos $pos\n" );
                        $lb->waitFor( $pos );
                }
        }