Currently error messages, like debugging messages, are all over the place. A standard format needs to be developed and implemented, with appropriate adaptation to command-line arguments for --verbose or --silent.
Output should be of the form: tltext: file:line:character: message messages should go through gettext and asprintf for internationalisation purposes.
Log in to post a comment.
Output should be of the form:
tltext: file:line:character: message
messages should go through gettext and asprintf for internationalisation purposes.