Fix boot auto unit tests for Boost V1.34 compatibility
[senf.git] / PPI / DebugModules.hh
index 7611442..67068d1 100644 (file)
@@ -264,11 +264,11 @@ namespace debug {
     /** \brief Log received packets
 
         This module will log all packets sent to it's input using SENF_LOG to the given log
-        \a Stream, \a Area and \a level.
+        \a Stream, \a Area and \a Level.
      */
-    template < class Stream           = log::Debug, 
-               class Area             = log::DefaultArea, 
-               senf::log::Level level = log::VERBOSE >
+    template < class Stream = log::Debug, 
+               class Area   = log::DefaultArea, 
+               class Level  = log::VERBOSE >
     class LogSink
         : public module::Module
     {