Skip to content

Commit

Permalink
Merge pull request #332 from webui-dev/neroist-patch-1
Browse files Browse the repository at this point in the history
fix issue #315 - typo in debug logs
  • Loading branch information
fibodevy authored Feb 26, 2024
2 parents 2a5f0c9 + bb055f8 commit 55e38e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui.c
Original file line number Diff line number Diff line change
Expand Up @@ -7068,7 +7068,7 @@ static WEBUI_THREAD_SERVER_START {
// win->process_id = 0;

#ifdef WEBUI_LOG
printf("[Core]\t\t_webui_server_thread([%zu]) -> Server stoped.\n", win->window_number);
printf("[Core]\t\t_webui_server_thread([%zu]) -> Server stopped.\n", win->window_number);
#endif

// Let the main wait() know that
Expand Down

0 comments on commit 55e38e8

Please sign in to comment.