X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fhttp%2Ffmshttprequesthandlerfactory.cpp;fp=src%2Fhttp%2Ffmshttprequesthandlerfactory.cpp;h=46f31a2d7fdc2ea4e9267ec5d7db8232ee7c9dc9;hb=3751f10f7127ae0905aa0b52dc6de1c782a38c99;hp=819b02b06ced6c969673a841fffb8d0ead8c041d;hpb=76805933f794915a72b7f0a21b12af6654759f4f;p=fms.git diff --git a/src/http/fmshttprequesthandlerfactory.cpp b/src/http/fmshttprequesthandlerfactory.cpp index 819b02b..46f31a2 100644 --- a/src/http/fmshttprequesthandlerfactory.cpp +++ b/src/http/fmshttprequesthandlerfactory.cpp @@ -89,5 +89,9 @@ Poco::Net::HTTPRequestHandler *FMSHTTPRequestHandlerFactory::createRequestHandle } } } + else + { + m_log->debug("FMSHTTPRequestHandlerFactory::createRequestHandler host denied access "+request.clientAddress().host().toString()); + } return 0; }