Skip to content
Snippets Groups Projects
Commit 5546b357 authored by marco's avatar marco
Browse files

log to stderr

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2404 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 2f3ea39b
Branches
Tags
No related merge requests found
......@@ -81,7 +81,7 @@ void Logger::PopVerbosityLevel()
std::ostream& Logger::operator()(enum LogLevel l)
{
if(l<=level_) {
return std::cout;
return std::cerr;
}
return null_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment