diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index bcf573b..85fe70d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ int main() { el::Loggers::addFlag(el::LoggingFlag::ColoredTerminalOutput); LOG(INFO) << "Logger is configured"; - LOG(FATAL)<<"Sizeof data is "<<sizeof(EventData); + LOG(WARNING)<<"Sizeof EventData is "<<sizeof(EventData); Core core; core.Exec(); |