Automatically add a new line at the end of wfLogDBError()
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sun, 23 Mar 2014 09:30:59 +0000 (10:30 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sun, 23 Mar 2014 09:30:59 +0000 (10:30 +0100)
commit59c42b90d5ffd38ed1f6b6d34c830be3168599cd
treef64d1b5c2c8eda4f507c073fe9d4e419d9cd621f
parentb0b32b9b7dde76d2214c872bf0b97ec77acd441d
Automatically add a new line at the end of wfLogDBError()

I found two calls to wfLogDBError() that do not add a new line
at the end of the message. So instead of adding them to that
entries, I changed wfLogDBError() to automatically put it on
icoming messages; as for wfDebugLog().

Change-Id: Id014b5827a0aeef6873ebf08d78f0a3d7581d63b
includes/GlobalFunctions.php
includes/db/Database.php
includes/db/DatabaseMysqlBase.php
includes/db/LoadBalancer.php