Various message grammar corrections.
This commit is contained in:
@@ -771,7 +771,7 @@ public class MasterHandler
|
||||
|
||||
for (IHandler<?, ?> loadInstance : LOAD_INSTANCES)
|
||||
{
|
||||
LOGGER.info(loadInstance.getClass().getSimpleName() + ": Loaded " + loadInstance.size() + " Handlers");
|
||||
LOGGER.info(loadInstance.getClass().getSimpleName() + ": Loaded " + loadInstance.size() + " handlers.");
|
||||
}
|
||||
|
||||
LOGGER.info("Handlers Loaded...");
|
||||
|
Reference in New Issue
Block a user