mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 12:00:21 -04:00
Merge pull request #62 from kiwix/julianharty-patch-1
Update kiwix-serve.cpp
This commit is contained in:
commit
573b826861
@ -1154,7 +1154,7 @@ int main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (daemon == NULL) {
|
if (daemon == NULL) {
|
||||||
cerr << "Unable to instanciate the HTTP daemon. The port " << serverPort
|
cerr << "Unable to instantiate the HTTP daemon. The port " << serverPort
|
||||||
<< " is maybe already occupied or need more permissions to be open. "
|
<< " is maybe already occupied or need more permissions to be open. "
|
||||||
"Please try as root or with a port number higher or equal to 1024."
|
"Please try as root or with a port number higher or equal to 1024."
|
||||||
<< endl;
|
<< endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user