diff --git a/src/HAP.cpp b/src/HAP.cpp index 75233ab..4660033 100644 --- a/src/HAP.cpp +++ b/src/HAP.cpp @@ -1284,6 +1284,10 @@ int HAPClient::getStatusURL(){ response+="\n"; response+="
"; + LOG2("\n>>>>>>>>>> "); + LOG2(client.remoteIP()); + LOG2(" >>>>>>>>>>\n"); + if(homeSpan.webLog.maxEntries>0){ response+="| Entry | Up Time | Log Time | Client | Message |
|---|---|---|---|---|
| " + String(i+1) + " | " + String(uptime) + " | " + String(clocktime) + " | " + homeSpan.webLog.log[index].clientIP + " | " + String(homeSpan.webLog.log[index].message) + " |