Fix typo in logger of WeakRefCloneAssetCache

Small typo fix in logger of WeakRefCloneAssetCache. Just one line of code.

         if (removedAssets >= 1) {
 -            logger.log(Level.FINE, "WeakRefAssetCache: {0} assets were purged from the cache.", removedAssets);
 +            logger.log(Level.FINE, "WeakRefCloneAssetCache: {0} assets were purged from the cache.", removedAssets);
         }

@nehon This is my pr.

2 Likes