From d8b92e242166e77978cfec3e7bbfca01f087febb Mon Sep 17 00:00:00 2001 From: yuqing Date: Thu, 1 Dec 2016 18:18:47 +0800 Subject: [PATCH] logWarning to logDebug --- src/char_converter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char_converter.c b/src/char_converter.c index c5ecf9e..42ec475 100644 --- a/src/char_converter.c +++ b/src/char_converter.c @@ -142,7 +142,7 @@ int fast_char_convert(FastCharConverter *pCharConverter, out_size_sub1 = out_size - 1; for (; pi= out_size_sub1) { - logWarning("file: "__FILE__", line: %d, " + logDebug("file: "__FILE__", line: %d, " "exceeds max size: %d", __LINE__, out_size); break; }