diff --git a/src/log.hh b/src/log.hh index 2eaddd2..24727ef 100644 --- a/src/log.hh +++ b/src/log.hh @@ -35,7 +35,7 @@ struct Log unsigned int level = level::Info); static void Close(); - Log(const std::string& name = "root", unsigned int level = level::Info); + Log(const std::string& name = "ROOT", unsigned int level = level::Info); ~Log(); template Log& operator<<(const T& item);