| author | tek <tek@moonitor.org> | 2009-07-29 21:38:14 (GMT) |
|---|---|---|
| committer | tek <tek@moonitor.org> | 2009-07-29 21:38:14 (GMT) |
| commit | 6b03c4455b354f1d6fd126e81f1ce3e4f03cae67 (patch) | |
| tree | e508adb161b2acb4b8edbd583fe58c1fd53aa901 | |
| parent | 927c88a2075fdcf883c38b7c8612f62a0db40f71 (diff) | |
| download | moonitor-master.tar.gz moonitor-master.tar.bz2 | |
wsmaster
| -rw-r--r-- | moonitor/control-impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moonitor/control-impl.hpp b/moonitor/control-impl.hpp index b9af8ae..fbbff2a 100644 --- a/moonitor/control-impl.hpp +++ b/moonitor/control-impl.hpp @@ -15,7 +15,7 @@ template<typename Function_> void ControlBase::dispatch_view(Function_ const &member_function, Message const &msg) { try{ - if( msg.log() ) + if(msg.log()) debug().level(5) << "ControlBase::dispatch_view; msg.function(): " << msg.function() << ", id: " << msg.view_id(); |
