diff --git a/src/lib/sw_engine/tvgSwRle.cpp b/src/lib/sw_engine/tvgSwRle.cpp index c0b7653c..352e42c2 100644 --- a/src/lib/sw_engine/tvgSwRle.cpp +++ b/src/lib/sw_engine/tvgSwRle.cpp @@ -946,7 +946,7 @@ void rleClipPath(SwRleData *rle, const SwRleData *clip) if (spans) free(spans); #ifdef THORVG_LOG_ENABLED - printf("SW_ENGINE: Using ClipPath!"); + printf("SW_ENGINE: Using ClipPath!\n"); #endif } @@ -963,7 +963,7 @@ void rleClipRect(SwRleData *rle, const SwBBox* clip) if (spans) free(spans); #ifdef THORVG_LOG_ENABLED - printf("SW_ENGINE: Using ClipRect!"); + printf("SW_ENGINE: Using ClipRect!\n"); #endif }