Skip to content

Commit

Permalink
Add more info to output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erovia committed May 27, 2021
1 parent 26f1703 commit 9d65947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/c2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d65947

Please sign in to comment.