summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Wojtas <mw@FreeBSD.org>2019-01-16 01:54:04 +0000
committerMarcin Wojtas <mw@FreeBSD.org>2019-01-16 01:54:04 +0000
commite8887c3139a74b570b032a003db60e9a34eb976c (patch)
treedf635688d9c529f56cd532e5a0cd7b718def8257
parent5fa38c5c6ede652e7cc2497140ef2538648bdd48 (diff)
downloadsrc-test2-e8887c3139a74b570b032a003db60e9a34eb976c.tar.gz
src-test2-e8887c3139a74b570b032a003db60e9a34eb976c.zip
Notes
-rw-r--r--ena_eth_com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ena_eth_com.c b/ena_eth_com.c
index 190de1f0ea42..ce42fd1fecd3 100644
--- a/ena_eth_com.c
+++ b/ena_eth_com.c
@@ -386,7 +386,7 @@ int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
/* num_bufs +1 for potential meta desc */
if (!ena_com_sq_have_enough_space(io_sq, num_bufs + 1)) {
- ena_trc_err("Not enough space in the tx queue\n");
+ ena_trc_dbg("Not enough space in the tx queue\n");
return ENA_COM_NO_MEM;
}