Follow-up Id75401be (e32c8afe): no more need to prefix debug messages
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 16 Jan 2013 19:08:16 +0000 (20:08 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 16 Jan 2013 19:08:16 +0000 (20:08 +0100)
commitb1f8855078f2c7a55cabd0230ea239f7ff876f6b
treea87125280974c26e4e9d2f5dfff75bf69891ee64
parent5db75ef6a4fedb5baeb1acec059966b5652209d6
Follow-up Id75401be (e32c8afe): no more need to prefix debug messages

Since that revision, messages sent through wfDebugLog() and without
a corresponding entry in $wgDebugLogGroups will be prefixed there
before being sent to wfDebug(), so it's no longer needed to have the
exact same checks for the debug messages in memcached clients.

Change-Id: Ia690a87bc6d1994fe371816470efde6d09e3b881
includes/objectcache/MemcachedBagOStuff.php
includes/objectcache/MemcachedClient.php