eal/linux: change log severity levels
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_timer.c
index ca57916..94909ed 100644 (file)
@@ -47,7 +47,6 @@
 #include <rte_common.h>
 #include <rte_log.h>
 #include <rte_cycles.h>
-#include <rte_tailq.h>
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_eal.h>
@@ -189,7 +188,7 @@ rte_eal_hpet_init(int make_default)
        int fd, ret;
 
        if (internal_config.no_hpet) {
-               RTE_LOG(INFO, EAL, "HPET is disabled\n");
+               RTE_LOG(NOTICE, EAL, "HPET is disabled\n");
                return -1;
        }