mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:20:35 +09:00
klippy: Warn if starting klippy with logging disabled
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -269,6 +269,9 @@ def main():
|
||||
"CPU: %s" % (util.get_cpu_info(),),
|
||||
"Python: %s" % (repr(sys.version),)])
|
||||
logging.info(versions)
|
||||
elif not options.debugoutput:
|
||||
logging.warning("No log file specified!"
|
||||
" Severe timing issues may result!")
|
||||
|
||||
# Start Printer() class
|
||||
while 1:
|
||||
|
||||
Reference in New Issue
Block a user