Drop newlines in LocalisationCache debug logs
authorAntoine Musso <hashar@free.fr>
Wed, 24 Jul 2019 10:14:33 +0000 (12:14 +0200)
committerAntoine Musso <hashar@free.fr>
Wed, 24 Jul 2019 10:14:33 +0000 (12:14 +0200)
commit8a0878177d6d56467fcf7fdf9c0830be0d288494
tree452c93910bc1a1a4fc1ce201b66d3a4ef829756a
parentd1e7d5e3b2c60d2da2da3c516a94c24599bf3ecc
Drop newlines in LocalisationCache debug logs

316d205115c migrated LocalisationCache from wfDebugLog() to the Logger
interface which no more requires the messages to be terminated with a
new line.

Change-Id: Ibe2f750e7ab16cf91801988cb726adb67f7cd9d2
includes/cache/localisation/LocalisationCache.php