diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 8b55ec6..283238a 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -416,7 +416,7 @@ int main(int argc, char **argv) { MHD_OPTION_END); if (daemon == NULL) { - cerr << "Unable to instanciate the HTTP daemon."<< endl; + cerr << "Unable to instanciate the HTTP daemon. The port " << serverPort << " is maybe already occupied or need more permissions to be open. Please try as root or with a port number higher than 256." << endl; exit(1); }