klippy: Log the host software git version at startup

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2016-12-24 10:07:02 -05:00
parent f3a49604f1
commit 451ffd567d
2 changed files with 19 additions and 2 deletions

View file

@ -250,6 +250,8 @@ def main():
else:
logging.basicConfig(level=debuglevel)
logging.info("Starting Klippy...")
if debugoutput is None:
util.report_git_version()
# Start firmware
while 1: