From 3434ea540cd41459ee9cd3406df42342e1bfbe51 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 12 Feb 2017 19:14:26 -0500 Subject: klippy: Log the type of cpu the host is running on Report in the log the host CPU type and count. This helps distinguish between different rpi versions when debugging the log from a problem report. Signed-off-by: Kevin O'Connor --- klippy/klippy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/klippy.py') diff --git a/klippy/klippy.py b/klippy/klippy.py index 216aff7b..abd92208 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -284,6 +284,7 @@ def main(): software_version = util.get_git_version() if debugoutput is None: logging.info("Git version: %s" % (repr(software_version),)) + logging.info("CPU: %s" % (util.get_cpu_info(),)) # Start firmware while 1: -- cgit v1.2.3-70-g09d2