eal/windows: support logging
[dpdk.git] / lib / librte_eal / windows / eal.c
index 2cf7a04..d084606 100644 (file)
@@ -227,6 +227,8 @@ rte_eal_init(int argc, char **argv)
 {
        int i, fctret;
 
+       rte_eal_log_init(NULL, 0);
+
        eal_log_level_parse(argc, argv);
 
        /* create a map of all processors in the system */