X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjob%2FJobQueueDB.php;h=56da4f3d8d6bb32308b955e582451841b6513d8d;hb=e7651f865d31dd6203828cf509383da2ea7515c3;hp=0e6835528acb7df4c53888edae09246cc332bdfe;hpb=c8b2ad0c98ad36908b329ca1d8f408dec86bbf31;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/job/JobQueueDB.php b/includes/job/JobQueueDB.php index 0e6835528a..56da4f3d8d 100644 --- a/includes/job/JobQueueDB.php +++ b/includes/job/JobQueueDB.php @@ -231,7 +231,7 @@ class JobQueueDB extends JobQueue { $method ); foreach ( $res as $row ) { - wfDebug( "Job with hash '{$row->job_sha1}' is a duplicate." ); + wfDebug( "Job with hash '{$row->job_sha1}' is a duplicate.\n" ); unset( $rowSet[$row->job_sha1] ); // already enqueued } }