]> git.droids-corp.org - dpdk.git/blobdiff - examples/quota_watermark/qw/main.c
log: do not drop debug logs at compile time
[dpdk.git] / examples / quota_watermark / qw / main.c
index 8ed021480e3e5bced6e5b23714760394b37eb3bb..9162e285ff92141bfc08308d94e11900aba8202d 100644 (file)
@@ -81,7 +81,7 @@ static void send_pause_frame(uint8_t port_id, uint16_t duration)
     struct ether_hdr *hdr;
     struct ether_addr mac_addr;
 
-    RTE_LOG(DEBUG, USER1, "Sending PAUSE frame (duration=%d) on port %d\n",
+    RTE_LOG_DP(DEBUG, USER1, "Sending PAUSE frame (duration=%d) on port %d\n",
             duration, port_id);
 
     /* Get a mbuf from the pool */