Optionally re-introduce bb_info_msg()
[oweals/busybox.git] / networking / tftp.c
index d20d4ca4bd3c3d876656d4dad2dfe7511c3dcb7f..5ebd221059f8b4782ba3b922d8ade21f2f4ca089 100644 (file)
@@ -245,7 +245,7 @@ static int tftp_blksize_check(const char *blksize_str, int maxsize)
                return -1;
        }
 # if ENABLE_TFTP_DEBUG
-       bb_error_msg("using blksize %u", blksize);
+       bb_info_msg("using blksize %u", blksize);
 # endif
        return blksize;
 }