Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/hostif/profiles/wifi/Device_WiFi_EndPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ int hostIf_WiFi_EndPoint::refreshCache()
}
else
{
RDK_LOG (RDK_LOG_ERROR, LOG_TR69HOSTIF, "%s: curl init failed\n", __FUNCTION__);
RDK_LOG (RDK_LOG_ERROR, LOG_TR69HOSTIF, "%s: JSON-RPC call failed or returned empty response\n", __FUNCTION__);
return NOK;
}

Expand Down Expand Up @@ -514,7 +514,7 @@ int hostIf_WiFi_EndPoint::refreshCache()
}
else
{
RDK_LOG (RDK_LOG_ERROR, LOG_TR69HOSTIF, "%s: curl init failed\n", __FUNCTION__);
RDK_LOG (RDK_LOG_ERROR, LOG_TR69HOSTIF, "%s: JSON-RPC call failed or returned empty response\n", __FUNCTION__);
return NOK;
}

Expand Down Expand Up @@ -557,7 +557,7 @@ int hostIf_WiFi_EndPoint::refreshCache()
}
else
{
RDK_LOG (RDK_LOG_ERROR, LOG_TR69HOSTIF, "%s: curl init failed\n", __FUNCTION__);
RDK_LOG (RDK_LOG_ERROR, LOG_TR69HOSTIF, "%s: JSON-RPC call failed or returned empty response\n", __FUNCTION__);
return NOK;
}

Expand Down