X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=main.c;h=fba5f804e0a1c2684d9d7c1a89fd55077119be40;hp=44c3226bff93a8c3ac647488585e36b2b9c00697;hb=248d682e3b3887a535d4ba81fab65f3463373ac8;hpb=b965b8cc10f094ec0408d57b1bc9aeee0bca501c diff --git a/main.c b/main.c index 44c3226..fba5f80 100644 --- a/main.c +++ b/main.c @@ -246,7 +246,7 @@ int main(int argc, char **argv) case 'K': case 's': fprintf(stderr, "uhttpd: TLS support not compiled, " - "ignoring -%c\n", opt); + "ignoring -%c\n", ch); break; #endif case 'p': @@ -388,7 +388,7 @@ int main(int argc, char **argv) case 'l': case 'L': fprintf(stderr, "uhttpd: Lua support not compiled, " - "ignoring -%c\n", opt); + "ignoring -%c\n", ch); break; #endif #ifdef HAVE_UBUS @@ -413,7 +413,7 @@ int main(int argc, char **argv) case 'U': case 'X': fprintf(stderr, "uhttpd: UBUS support not compiled, " - "ignoring -%c\n", opt); + "ignoring -%c\n", ch); break; #endif default: