Skip to content

Commit

Permalink
Merge pull request #167 from garumu177/webcfg_ErrtoInfo
Browse files Browse the repository at this point in the history
changing error level to info level
  • Loading branch information
sadhyama authored Jul 13, 2023
2 parents 6fdccfe + 7a78fff commit e2f2851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcfg_rbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ void waitForUpstreamEventSubscribe(int wait_time)
{
int count=0;
if(!subscribed)
WebcfgError("Waiting for %s event subscription for %ds\n", WEBCFG_UPSTREAM_EVENT, wait_time);
WebcfgInfo("Waiting for %s event subscription for %ds\n", WEBCFG_UPSTREAM_EVENT, wait_time);
while(!subscribed)
{
sleep(5);
Expand Down

0 comments on commit e2f2851

Please sign in to comment.