Mercurial > hg > orthanc
changeset 2498:0188c21e417a
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Mar 2018 17:31:36 +0100 |
parents | 0611aa383e62 |
children | 83b8b6743531 3b802ac81a27 |
files | Core/Logging.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/Logging.cpp Thu Mar 22 15:27:00 2018 +0100 +++ b/Core/Logging.cpp Thu Mar 22 17:31:36 2018 +0100 @@ -94,7 +94,7 @@ context_ = context; } - InternalLogger::InternalLogger(const char* level, + InternalLogger::InternalLogger(Level level, const char* file /* ignored */, int line /* ignored */) : level_(level)