Follow up r74962, debug messages should be splitted.
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 19 Oct 2010 06:27:25 +0000 (06:27 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 19 Oct 2010 06:27:25 +0000 (06:27 +0000)
commit478768939ce3983cab64180a53c668fb2f52caf6
tree3f461184fa124b953efc6d40c455074e85a3772a
parent49c99900749e65ebd989fac7cc688de185786ae0
Follow up r74962, debug messages should be splitted.
This is to avoid log mess with concurrent accesses and to allow logging between the messages.

Makes the message more readeable:
  Connecting to localhost wikidb...
  Connected to localhost wikidb.
  Connection failed to localhost wikidb.
includes/db/LoadBalancer.php