Skip to content
Snippets Groups Projects
Unverified Commit ae8b5ae2 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Debug output to stderr

parent ae99de58
No related branches found
No related tags found
No related merge requests found
......@@ -506,7 +506,7 @@ emake() { # avoid re-checking for gmake
# Print a blue debug message if verbosity is enabled.
debug_message() {
if ${VERBOSE} ; then
printf "\\033[0;34m%s\\033[0m\\n" "$1"
(>&2 printf "\\033[0;34m%s\\033[0m\\n" "$1")
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment