We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b74f91 commit 65415b6Copy full SHA for 65415b6
src/config_validator.h
@@ -132,7 +132,7 @@ class ConfigValidator {
132
LOG_ERROR("Server PORT (%d) is invalid - must be 1-65535", SERVER_PORT);
133
valid = false;
134
} else {
135
- LOG_INFO(" \u2713 Server PORT configured: %d", SERVER_PORT);
+ LOG_INFO(" ✓ Server PORT configured: %d", SERVER_PORT);
136
}
137
138
// Validate reconnection timeouts
0 commit comments