> -----Original Message-----
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hajkowski
> Sent: Thursday, March 21, 2019 10:55 AM
> +             RTE_LOG(DEBUG, POWER, "No confirmation for sent msg
> received\n");
> +     } 

As Anatoly mentioned, we should not use POWER log here, instead #define 
RTE_LOGTYPE_GUEST_CHANNEL RTE_LOGTYPE_USER1 
is defined for GUEST_CHANNEL logs, you should use that for the logs in this 
file.

Thanks,
Reshma

Reply via email to