Merge PR #1793 from eminence
Show the Overviewer version in the "welcome" message
This commit is contained in:
@@ -365,7 +365,7 @@ def main():
|
|||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# Final validation steps and creation of the destination directory
|
# Final validation steps and creation of the destination directory
|
||||||
logging.info("Welcome to Minecraft Overviewer!")
|
logging.info("Welcome to Minecraft Overviewer version %s (%s)!" % (util.findGitVersion(), util.findGitHash()[:7]))
|
||||||
logging.debug("Current log level: {0}.".format(logging.getLogger().level))
|
logging.debug("Current log level: {0}.".format(logging.getLogger().level))
|
||||||
|
|
||||||
def set_renderchecks(checkname, num):
|
def set_renderchecks(checkname, num):
|
||||||
|
|||||||
Reference in New Issue
Block a user