Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php |
— | — | @@ -240,7 +240,7 @@ |
241 | 241 | $knownThumbUrls = array(); |
242 | 242 | } else { |
243 | 243 | if( isset( $knownThumbUrls[$sizekey] ) ) { |
244 | | - wfDebug("Got thumburl from local cache. $thumbUrl \n"); |
| 244 | + wfDebug("Got thumburl from local cache. {$knownThumbUrls[$sizekey]} \n"); |
245 | 245 | return $knownThumbUrls[$sizekey]; |
246 | 246 | } |
247 | 247 | /* This size is not yet known */ |