Changed the log format of the requested URL.

enhance/v120
Hieromon Ikasamo 4 years ago
parent 140d1f8768
commit 48bf5cfd1e
  1. 2
      src/AutoConnect.cpp

@ -1105,7 +1105,7 @@ String AutoConnect::_invokeResult(PageArgument& args) {
bool AutoConnect::_classifyHandle(HTTPMethod method, String uri) {
AC_UNUSED(method);
_portalAccessPeriod = millis();
AC_DBG("Host:%s,URI:%s", _webServer->hostHeader().c_str(), uri.c_str());
AC_DBG("Host:%s,%s", _webServer->hostHeader().c_str(), uri.c_str());
// Here, classify requested uri
if (uri == _uri) {

Loading…
Cancel
Save