Fix log message in PonyManager

This commit is contained in:
Matthew Messinger 2016-12-20 05:29:12 -05:00
parent 3b5b4bf011
commit e87717387e

View file

@ -125,7 +125,7 @@ public class PonyManager implements IResourceManagerReloadListener {
} catch (IOException e) {
// this isn't the exception you're looking for.
}
MineLittlePony.logger.info("Detected %d background ponies installed.", getNumberOfPonies());
MineLittlePony.logger.info("Detected {} background ponies installed.", getNumberOfPonies());
}
private BackgroundPonies getBackgroundPonies(InputStream stream) {