summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmcjar2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcjar b/mcjar
index 593e71a..7ca6255 100755
--- a/mcjar
+++ b/mcjar
@@ -42,7 +42,7 @@ error() {
log() {
if [ "$QUIET" -eq 0 ]; then
- printf '\x1b[0m[LOG]\t%s\n' "$*" > /dev/stdout
+ printf '\x1b[0m[LOG]\t%s\n' "$*" > /dev/stderr
fi
}