Skip to content

Commit 8ea2e50

Browse files
committed
server: update writable message
1 parent 114d994 commit 8ea2e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ static void print_config() {
155155
if (server->exit_no_conn) lwsl_notice(" exit_no_conn: true\n");
156156
if (server->index != NULL) lwsl_notice(" custom index.html: %s\n", server->index);
157157
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");
158+
if (!server->writable) lwsl_warn("The --writable option is not set, will start in readonly mode\n");
159159
}
160160

161161
static struct server *server_new(int argc, char **argv, int start) {

0 commit comments

Comments
 (0)