Skip to content

Commit 65415b6

Browse files
sarpelCopilot
andauthored
Update src/config_validator.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0b74f91 commit 65415b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config_validator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ConfigValidator {
132132
LOG_ERROR("Server PORT (%d) is invalid - must be 1-65535", SERVER_PORT);
133133
valid = false;
134134
} else {
135-
LOG_INFO(" \u2713 Server PORT configured: %d", SERVER_PORT);
135+
LOG_INFO(" Server PORT configured: %d", SERVER_PORT);
136136
}
137137

138138
// Validate reconnection timeouts

0 commit comments

Comments
 (0)