X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FConfigFile.cc;h=6674c4c45ba22b4705fe8e58deb207392ad496d1;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=bbe3b3f92130250ba0f6ceff136cca081a346327;hpb=958bdb52c39fa39f4ef91cafd9628bcb4f85a03c;p=senf.git diff --git a/Utils/Console/ConfigFile.cc b/Utils/Console/ConfigFile.cc index bbe3b3f..6674c4c 100644 --- a/Utils/Console/ConfigFile.cc +++ b/Utils/Console/ConfigFile.cc @@ -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) {