Index: trunk/phase3/includes/objectcache/ObjectCache.php |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | $class = $params['class']; |
66 | 66 | return new $class( $params ); |
67 | 67 | } else { |
68 | | - throw new MWException( "The definition of cache type \"$id\" lacks both " . |
| 68 | + throw new MWException( "The definition of cache type \"" . print_r( $params, true ) . "\" lacks both " . |
69 | 69 | "factory and class parameters." ); |
70 | 70 | } |
71 | 71 | } |