better log when wifi is connecting

This commit is contained in:
andreas 2024-11-24 18:05:37 +01:00
parent d132cf56ea
commit 3c198194aa
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void GwWifi::loop(){
} }
else{ else{
if (! clientIsConnected){ if (! clientIsConnected){
LOG_DEBUG(GwLog::LOG,"wifiClient %s now connected to",wifiSSID->asCString()); LOG_DEBUG(GwLog::LOG,"wifiClient now connected to %s at %s",wifiSSID->asCString(),WiFi.localIP().toString().c_str());
clientIsConnected=true; clientIsConnected=true;
} }
} }