diff options
Diffstat (limited to 'src/zenhttp/httpsys.cpp')
| -rw-r--r-- | src/zenhttp/httpsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/httpsys.cpp b/src/zenhttp/httpsys.cpp index 75d8bfe7a..c1b4717cb 100644 --- a/src/zenhttp/httpsys.cpp +++ b/src/zenhttp/httpsys.cpp @@ -1026,7 +1026,7 @@ HttpSysServer::InitializeServer(int BasePort) // remote origin requests to function. This can be remedied by using netsh // during an install process to grant permissions to route public access to the appropriate // port for the current user. eg: - // netsh http add urlacl url=http://*:1337/ user=<some_user> + // netsh http add urlacl url=http://*:8558/ user=<some_user> ZEN_WARN("Unable to register handler using '{}' - falling back to local-only", WideToUtf8(WildcardUrlPath)); |