Pārlūkot izejas kodu

Merge branch 'CR_6172_OMX_Som.Qin' into 'jh7110-devel'

CR6172 Wave511: change log level of component thread exit waitting message

See merge request sdk/soft_3rdpart!51
andy.hu 10 mēneši atpakaļ
vecāks
revīzija
3021fadc3a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      wave511/code/sample_v2/component/component.c

+ 1 - 1
wave511/code/sample_v2/component/component.c

@@ -184,7 +184,7 @@ Int32 ComponentWait(Component component)
         com->thread = NULL;
         WaitReturningPortData(com);
     } else {
-        VLOG(ERR, "%s:%d wait Component %s timeout\n", __FUNCTION__, __LINE__, com->name);
+        VLOG(INFO, "%s:%d wait Component %s timeout\n", __FUNCTION__, __LINE__, com->name);
     }
 
     return ret;