Skip to content

Commit

Permalink
changing error level to info level
Browse files Browse the repository at this point in the history
  • Loading branch information
garumu177 committed Jul 12, 2023
1 parent 6fdccfe commit 7a78fff
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 7a78fff

Please sign in to comment.