common/cnxk: fix channel number setting in MCAM entries
[dpdk.git] / lib / cfgfile / rte_cfgfile.c
index 0020222..9fa7d01 100644 (file)
@@ -27,7 +27,7 @@ struct rte_cfgfile {
        struct rte_cfgfile_section *sections;
 };
 
-RTE_LOG_REGISTER(cfgfile_logtype, lib.cfgfile, INFO);
+RTE_LOG_REGISTER_DEFAULT(cfgfile_logtype, INFO);
 
 #define CFG_LOG(level, fmt, args...)                                   \
        rte_log(RTE_LOG_ ## level, cfgfile_logtype, "%s(): " fmt "\n",  \