Add 'unflatten' to doxygen/dot processing
[senf.git] / Utils / Console / ConfigFile.cc
index bbe3b3f..6674c4c 100644 (file)
@@ -39,7 +39,7 @@ prefix_ void senf::console::detail::ConfigFileSource::v_parse(RestrictedExecutor
 {
     try {
         parser_.parseFile(filename_, boost::bind( boost::ref(executor),
-                                                  boost::ref(std::cerr),
+                                                  boost::ref(executor.stream()),
                                                   _1 ));
     }
     catch (SystemException & ex) {