rename log to info

This commit is contained in:
jomo
2014-07-27 22:20:18 +02:00
parent d4f618aa99
commit a9b9fc6ae5
5 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ shared = {} # this dict can be used to share stuff across modules
server = bukkit.Bukkit.getServer()
def log(text):
def info(text):
server.getLogger().info("[RedstonerUtils] %s" % text)