- LOG("failed to unmarshall the reply.");
- LOG("You probably forgot to set the reply string in " <<
- "rsm::client_invoke, or you may have called RPC " <<
- "0x" << hex << proc << " with the wrong return type");
- LOG("here's what I got: \"" << hexify(rep) << "\"");
+ LOG << "failed to unmarshall the reply.";
+ LOG << "You probably forgot to set the reply string in "
+ << "rsm::client_invoke, or you may have called RPC "
+ << "0x" << std::hex << proc << " with the wrong return type";
+ LOG << "here's what I got: \"" << hexify(rep) << "\"";