better log when wifi is connecting
This commit is contained in:
parent
d132cf56ea
commit
3c198194aa
|
@ -108,7 +108,7 @@ void GwWifi::loop(){
|
|||
}
|
||||
else{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue