Skip to content

Commit

Permalink
lib: monkey: sync dev changes
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Oct 27, 2017
1 parent 94a3b5d commit 2ed27a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/monkey/mk_server/mk_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ void mk_server_loop(struct mk_server *server)
/* Rename worker */
mk_utils_worker_rename("monkey: server");

mk_info("HTTP Server started");
if (server->lib_mode == MK_FALSE) {
mk_info("HTTP Server started");
}

/* Wake up workers */
val = MK_SERVER_SIGNAL_START;
Expand Down

0 comments on commit 2ed27a1

Please sign in to comment.