summaryrefslogtreecommitdiff
path: root/svr-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-main.c')
-rw-r--r--svr-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-main.c b/svr-main.c
index a7e447e..6f3144b 100644
--- a/svr-main.c
+++ b/svr-main.c
@@ -86,7 +86,7 @@ static void main_inetd() {
#if DEBUG_TRACE
if (debug_trace) {
/* -v output goes to stderr which would get sent over the inetd network socket */
- dropbear_exit(LOG_ERR, "Dropbear inetd mode is incompatible with debug -v");
+ dropbear_exit("Dropbear inetd mode is incompatible with debug -v");
}
#endif