diff --git a/esvg/Base.cpp b/esvg/Base.cpp index 1f8c5a6..4e184b8 100644 --- a/esvg/Base.cpp +++ b/esvg/Base.cpp @@ -197,7 +197,7 @@ int32_t extractPartOfStyle(const etk::UString& _data, etk::UString& _outputType, } } } - SVG_DEBUG(" extract : '" << _outputType << "':'" << _outputData << "'"); + SVG_VERBOSE(" extract : '" << _outputType << "':'" << _outputData << "'"); return -1; } diff --git a/esvg/Renderer.cpp b/esvg/Renderer.cpp index 9d5bdbf..a2a027d 100644 --- a/esvg/Renderer.cpp +++ b/esvg/Renderer.cpp @@ -24,7 +24,7 @@ esvg::Renderer::Renderer(uint32_t width, uint32_t height) m_allocatedSize = dataSize; // allocate Data - SVG_DEBUG("Allocate buffer : " << dataSize); + SVG_VERBOSE("Allocate buffer : " << dataSize); ETK_MALLOC(m_buffer, dataSize, uint8_t); if (NULL == m_buffer) {