Skip to content
Snippets Groups Projects
Commit 2a66098d authored by andreas's avatar andreas
Browse files

bugfix in export_logger.cc

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2343 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent b5180f58
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ void pop_verb() ...@@ -39,7 +39,7 @@ void pop_verb()
Logger::Instance().PopVerbosityLevel(); Logger::Instance().PopVerbosityLevel();
} }
void log_error(const String& m) {LOGN_MESSAGE(m);} void log_error(const String& m) {LOGN_ERROR(m);}
void log_message(const String& m) {LOGN_MESSAGE(m);} void log_message(const String& m) {LOGN_MESSAGE(m);}
void log_verbose(const String& m) {LOGN_VERBOSE(m);} void log_verbose(const String& m) {LOGN_VERBOSE(m);}
void log_debug(const String& m) {LOGN_DEBUG(m);} void log_debug(const String& m) {LOGN_DEBUG(m);}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment