Skip to content

Commit

Permalink
Merge pull request #236 from vasuki01/mac_update
Browse files Browse the repository at this point in the history
Added to correct logging issues.
  • Loading branch information
sadhyama authored Dec 4, 2024
2 parents f7d61b3 + 408ad4b commit c3f1c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webcfg_multipart.c
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,7 @@ void checkValidURL(char **s) {
c++;
if (backoffRetryTime >= maxRetryTime)
{
WebcfgError("BackoffRetryTime reached max value, reseting to initial value and retrying\n");
WebcfgInfo("BackoffRetryTime reached max value, reseting to initial value and retrying\n");
c = 2;
continue;
}
Expand All @@ -2316,7 +2316,7 @@ void checkValidURL(char **s) {
else
{
// If the MAC address is not empty
WebcfgInfo("URL is having valid MAC Address.\n");
WebcfgDebug("URL is having valid MAC Address.\n");
}
}
}
Expand Down

0 comments on commit c3f1c1d

Please sign in to comment.