Removed unnecessary double spaces from log messages.
This commit is contained in:
@@ -115,7 +115,7 @@ public class SkillTreeTable
|
||||
{
|
||||
if (classId != null)
|
||||
{
|
||||
LOGGER.warning("Error while creating skill tree (Class ID " + classId.getId() + "): " + e);
|
||||
LOGGER.warning("Error while creating skill tree (Class ID " + classId.getId() + "): " + e);
|
||||
}
|
||||
}
|
||||
LOGGER.info("SkillTreeTable: Loaded " + count + " skills.");
|
||||
|
@@ -54,7 +54,7 @@ public class AdminReload implements IAdminCommandHandler
|
||||
|
||||
if (!st.hasMoreTokens())
|
||||
{
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -126,7 +126,7 @@ public class AdminReload implements IAdminCommandHandler
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
@@ -15452,7 +15452,7 @@ public class Player extends Playable
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
LOGGER.warning("SetSex: Could not store data:" + e);
|
||||
LOGGER.warning("SetSex: Could not store data:" + e);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -382,7 +382,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.warning("cannot add the task: " + e.getMessage());
|
||||
LOGGER.warning("cannot add the task: " + e.getMessage());
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
Reference in New Issue
Block a user