Print default implementation at debug level
The default implementation print was being printed at warning level, which can create log spam. Change-Id: I2d8c15fa0b8c647da57fbec6d0b7016117a82d7b CRs-fixed: 576609
This commit is contained in:
parent
3e5e65938d
commit
97699b4f49
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ typedef enum {
|
|||
// if necessary.
|
||||
#define DEFAULT_IMPL(rtv) \
|
||||
{ \
|
||||
LOC_LOGW("%s: default implementation invoked", __func__); \
|
||||
LOC_LOGD("%s: default implementation invoked", __func__); \
|
||||
return rtv; \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue