Lines Matching refs:cerr
120 std::cerr << "failed to unpack; sig is " << reply.get_signature() in do_start_async_ipmi_call()
128 std::cerr << "ipmi call returns OK!\n"; in do_start_async_ipmi_call()
132 std::cerr << "ipmi call returns unexpected response\n"; in do_start_async_ipmi_call()
142 std::cerr << "ipmiInterface:execute(" << int(netFn) << int(cmd) << ")\n"; in ipmiInterface()
315 std::cerr << "error with async_send\n"; in client()
331 std::cerr << "error with async_method_call\n"; in client()
353 std::cerr << "async_method_call expected failure: " << ec in client()
358 std::cerr << "async_method_call should have failed!\n"; in client()
367 sdbusplus::Timer t1([]() { std::cerr << "*** tock ***\n"; }); in client()
369 sdbusplus::Timer t2([]() { std::cerr << "*** tick ***\n"; }); in client()
399 std::cerr << "TestYieldFunction returned error with " in client()