diff --git a/fs/tftp.c b/fs/tftp.c index 30256ad..0d9ee6e 100644 --- a/fs/tftp.c +++ b/fs/tftp.c @@ -346,7 +346,7 @@ break; case TFTP_ERROR: - pr_err("error: '%s' (%d)\n", pkt + 2, ntohs(*(uint16_t *)pkt)); + pr_debug("error: '%s' (%d)\n", pkt + 2, ntohs(*(uint16_t *)pkt)); switch (ntohs(*(uint16_t *)pkt)) { case 1: priv->err = -ENOENT;