Skip to content

Commit

Permalink
LogLevel rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 8, 2014
1 parent 739155e commit 22e999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/Programmable.cpp
Expand Up @@ -78,7 +78,7 @@ void Programmable::ready(PointContext ctx)

void Programmable::filter(PointBuffer& buf)
{
log()->get(logDEBUG5) << "Python script " << *m_script << " processing " <<
log()->get(LogLevel::DEBUG5) << "Python script " << *m_script << " processing " <<
buf.size() << " points." << std::endl;

m_pythonMethod->resetArguments();
Expand Down

0 comments on commit 22e999c

Please sign in to comment.