mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fix log message in PonyManager
This commit is contained in:
parent
3b5b4bf011
commit
e87717387e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class PonyManager implements IResourceManagerReloadListener {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// this isn't the exception you're looking for.
|
// 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) {
|
private BackgroundPonies getBackgroundPonies(InputStream stream) {
|
||||||
|
|
Loading…
Reference in a new issue