On 11/6/2024 9:08 AM, David Marchand wrote: > By using RTE_LOG*() macros, the log messages are prefixed by the logtype. > > RTE_LOG_LINE_PREFIX(level, ZXDH_RX, "zxdh rx %s(): ", ... > will emit messages like "ZXDH_RX: zxdh rx %s(): ...\n" > > There is no need to add a prefix repeating the same information. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > Note: this is not a big issue, but can this be squashed in relevant > commit in next-net before reaching main? Thanks. >
Squashed into relevant commit in next-net, thanks.