From 9d65947348f121070a0cc0733f8e5e92e2b1503d Mon Sep 17 00:00:00 2001 From: Erovia Date: Thu, 27 May 2021 17:26:54 +0100 Subject: [PATCH] Add more info to output. --- lib/python/qmk/cli/c2json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/qmk/cli/c2json.py b/lib/python/qmk/cli/c2json.py index f9053fe39705..43110a93875a 100644 --- a/lib/python/qmk/cli/c2json.py +++ b/lib/python/qmk/cli/c2json.py @@ -43,7 +43,7 @@ def c2json(cli): except CppError as e: if cli.config.general.verbose: cli.log.debug('The C pre-processor ran into a fatal error: %s', e) - cli.log.error('Try to use --no-cpp.') + cli.log.error('Something went wrong. Try to use --no-cpp.\nUse the CLI in verbose mode to find out more.') return False # Generate the keymap.json