Fix dump title going to wrong log target

develop
Geoffrey Merck 4 months ago
parent 9afe75976c
commit f6b92be4b1

@ -126,7 +126,7 @@ void CUtils::dump(const char* title, const unsigned char* data, unsigned int len
assert(title != NULL);
assert(data != NULL);
CLog::logInfo("%s\n", title);
CLog::logDebug("%s\n", title);
unsigned int offset = 0U;

Loading…
Cancel
Save

Powered by TurnKey Linux.