summaryrefslogtreecommitdiffstats
path: root/libebtc.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-09-28 19:36:17 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-09-28 19:36:17 +0000
commit83a1b0f18f1897a1fdafa64d64d9f78d9b17d980 (patch)
treeeb704aa9c116220a9f5211e9f220a097edc9858c /libebtc.c
parent005f638494e5e5c07b0252538d4566d373962f4e (diff)
cleanup
Diffstat (limited to 'libebtc.c')
-rw-r--r--libebtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libebtc.c b/libebtc.c
index 2feefe9..af95694 100644
--- a/libebtc.c
+++ b/libebtc.c
@@ -1272,8 +1272,8 @@ void __ebt_print_error(char *format, ...)
vsnprintf(ebt_errormsg, ERRORMSG_MAXLEN, format, l);
va_end(l);
} else {
- vprintf(format, l);
- printf(".\n");
+ vfprintf(stderr, format, l);
+ fprintf(stderr, ".\n");
va_end(l);
exit (-1);
}