We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114d994 commit 8ea2e50Copy full SHA for 8ea2e50
src/server.c
@@ -155,7 +155,7 @@ static void print_config() {
155
if (server->exit_no_conn) lwsl_notice(" exit_no_conn: true\n");
156
if (server->index != NULL) lwsl_notice(" custom index.html: %s\n", server->index);
157
if (server->cwd != NULL) lwsl_notice(" working directory: %s\n", server->cwd);
158
- if (!server->writable) lwsl_notice("The --writable option is not set, will start in readonly mode");
+ if (!server->writable) lwsl_warn("The --writable option is not set, will start in readonly mode\n");
159
}
160
161
static struct server *server_new(int argc, char **argv, int start) {
0 commit comments