diff --git a/state.cpp b/state.cpp index 07c8373e2..3fe0fe30b 100644 --- a/state.cpp +++ b/state.cpp @@ -45,7 +45,7 @@ void doStateTests(json_spirit::mValue& v, bool _fillin) { for (auto& i: v.get_obj()) { - cnote << i.first; + cerr << i.first << endl; mObject& o = i.second.get_obj(); BOOST_REQUIRE(o.count("env") > 0);