Skip to content

Commit 65d6c27

Browse files
committed
Redirect debugme() outputs to stderr
... to address #1956 and other places.
1 parent 91523be commit 65d6c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ get_last_char() {
11661166
}
11671167
# Checking for last char. If already a separator supplied, we don't need an additional one
11681168
debugme() {
1169-
[[ "$DEBUG" -ge 2 ]] && "$@"
1169+
[[ "$DEBUG" -ge 2 ]] && "$@" >&2
11701170
return 0
11711171
}
11721172

0 commit comments

Comments
 (0)