Skip to content

Commit 09c76b2

Browse files
Update examples/server/server.cpp
Co-authored-by: Xuan Son Nguyen <[email protected]>
1 parent 7747225 commit 09c76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@ int main(int argc, char ** argv) {
38163816
//
38173817

38183818
if (!params.webui) {
3819-
LOG_INF("Web UI is %s\n", params.webui ? "enabled" : "disabled");
3819+
LOG_INF("Web UI is disabled\n");
38203820
} else {
38213821
// register static assets routes
38223822
if (!params.public_path.empty()) {

0 commit comments

Comments
 (0)