Adjust debug log for caches being used
authorAntoine Musso <hashar@free.fr>
Tue, 1 Apr 2014 09:02:03 +0000 (11:02 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 1 Apr 2014 09:03:56 +0000 (11:03 +0200)
commit6084fdcef23856f46f8c573cc3af0866ca54c8b1
tree1b454ea19334dc3047ef83d864ad474c5d378ec3
parent045d582b6665d8124c19a6b60a7086e17c76cd6e
Adjust debug log for caches being used

I always found out the debug message listing the cache being in use to
be slightly confusing:

    MemcachedPeclBagOStuff[main] MemcachedPeclBagOStuff[message]
    MemcachedPhpBagOStuff[parser]

Swap the class name and identifier to output:

    main: MemcachedPeclBagOStuff, message: MemcachedPeclBagOStuff,
    parser: MemcachedPhpBagOStuff

Change-Id: If069dec70eb31ed2dafe0e88ec4d4653005ff7e3
includes/Setup.php