From 48bf5cfd1e7c407006c29d5274ba411c57ae6e4c Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sun, 17 May 2020 08:09:14 +0900 Subject: [PATCH] Changed the log format of the requested URL. --- src/AutoConnect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnect.cpp b/src/AutoConnect.cpp index be2da5f..ee0464d 100644 --- a/src/AutoConnect.cpp +++ b/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) {