Skip to content

Commit

Permalink
Update examples/server/server.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Xuan Son Nguyen <[email protected]>
  • Loading branch information
eugeniosegala and ngxson authored Dec 10, 2024
1 parent 7747225 commit 09c76b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3816,7 +3816,7 @@ int main(int argc, char ** argv) {
//

if (!params.webui) {
LOG_INF("Web UI is %s\n", params.webui ? "enabled" : "disabled");
LOG_INF("Web UI is disabled\n");
} else {
// register static assets routes
if (!params.public_path.empty()) {
Expand Down

0 comments on commit 09c76b2

Please sign in to comment.