Remove trailing line breaks from wfDebugLog() messages
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Tue, 4 Feb 2014 21:16:13 +0000 (22:16 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Tue, 4 Feb 2014 21:16:13 +0000 (22:16 +0100)
commit8d701eeeeac58df2ff15df91d54da5a8cac4e15e
tree950e412a7c0a3082a09a3d8ab142551498aee3fe
parent3a3ef548c7ec880d1abbdd523a940574e2b34f91
Remove trailing line breaks from wfDebugLog() messages

This is useless since the message is passed through trim() and a
line break is added afterwards.

Change-Id: I1a26b30a07f7c9c749fce5bb6b2b4b3d79901b7c
13 files changed:
includes/Exception.php
includes/GlobalFunctions.php
includes/SquidPurgeClient.php
includes/User.php
includes/WikiPage.php
includes/cache/LocalisationCache.php
includes/clientpool/RedisConnectionPool.php
includes/db/LoadBalancer.php
includes/deferred/SquidUpdate.php
includes/externalstore/ExternalStoreDB.php
includes/media/Exif.php
includes/objectcache/RedisBagOStuff.php
includes/upload/UploadFromChunks.php