diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_netlink.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_netlink.c
index 84f509c4a42c2f158c0e3c42d3d50a2d850221eb..76d272c46d0ed500883564328077bb795fdb9572 100644
--- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_netlink.c
+++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_netlink.c
@@ -268,7 +268,7 @@ void *pdcp_netlink_thread_fct(void *arg) {
                               new_data_p->pdcp_read_header.inst, pdcp_netlink_nb_element_enb);
                       }
 
-                      LOG_D(PDCP, "[NETLINK_THREAD] En-queueing packet for eNB instance  %d\n", new_data_p->pdcp_read_header.inst);
+                      LOG_I(PDCP,"[NETLINK_THREAD] IP->PDCP : En-queueing packet for eNB instance  %d\n", new_data_p->pdcp_read_header.inst);
 
                       /* Enqueue the element in the right queue */
                       lfds611_queue_guaranteed_enqueue(pdcp_netlink_queue_enb[new_data_p->pdcp_read_header.inst], new_data_p);
@@ -281,7 +281,7 @@ void *pdcp_netlink_thread_fct(void *arg) {
                               new_data_p->pdcp_read_header.inst, pdcp_netlink_nb_element_ue);
                       }
 
-                      LOG_D(PDCP, "[NETLINK_THREAD] En-queueing packet for UE instance  %d\n", new_data_p->pdcp_read_header.inst);
+                      LOG_I(PDCP,"[NETLINK_THREAD] IP->PDCP : En-queueing packet for UE instance  %d\n", new_data_p->pdcp_read_header.inst);
 
                       /* Enqueue the element in the right queue */
                       lfds611_queue_guaranteed_enqueue(pdcp_netlink_queue_ue[new_data_p->pdcp_read_header.inst], new_data_p);