Scheduler/Console: Make '..' work in Console (closes: #14754)
[senf.git] / PPI / AnnotationRouter.hh
index a186fd5..2d331a8 100644 (file)
@@ -100,7 +100,7 @@ namespace module {
 
         struct DuplicateKeyException : public senf::Exception
         { DuplicateKeyException(AnnotationType const & key) 
-              : senf::Exception("Duplicate senf::ppi::module::AnnotationRouter routing key")
+              : senf::Exception("Duplicate senf::ppi::module::AnnotationRouter routing key ")
                 { append(boost::lexical_cast<std::string>(key)); } };
 
     private: