From 528d8a6ccb29c4bc2b3b5efc859e6c23b1b06fb8 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Wed, 28 Mar 2018 20:48:59 -0600 Subject: [PATCH] CiTrace: Migrate logging macros --- src/core/tracer/recorder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tracer/recorder.cpp b/src/core/tracer/recorder.cpp index f3b0d6a8f..2f848c994 100644 --- a/src/core/tracer/recorder.cpp +++ b/src/core/tracer/recorder.cpp @@ -159,7 +159,7 @@ void Recorder::Finish(const std::string& filename) { throw "Failed to write stream element"; } } catch (const char* str) { - LOG_ERROR(HW_GPU, "Writing CiTrace file failed: %s", str); + NGLOG_ERROR(HW_GPU, "Writing CiTrace file failed: {}", str); } }