mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-20 21:27:53 -06:00
klippy: Log the host software git version at startup
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f3a49604f1
commit
451ffd567d
2 changed files with 19 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue