summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cli-runopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c
index fad9428..d70a4e1 100644
--- a/cli-runopts.c
+++ b/cli-runopts.c
@@ -888,5 +888,5 @@ static void add_extendedopt(const char* origstr) {
}
#endif
- dropbear_exit("Bad configuration option '%s'", origstr);
+ dropbear_log(LOG_WARNING, "Ignoring unknown configuration option '%s'", origstr);
}