X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/eb3d5c6416c0f0d1cad35e52af3231de7866fea8..26ade07ab0e62b98b452fbbd18edba0450035e35:/rpc/rpc.h diff --git a/rpc/rpc.h b/rpc/rpc.h index 53a1746..b44c057 100644 --- a/rpc/rpc.h +++ b/rpc/rpc.h @@ -95,8 +95,8 @@ class rpcc : private connection_delegate { if (intret < 0) return intret; unmarshall u(rep, true, r); if (u.okdone() != true) { - LOG << "rpcc::call_m: failed to unmarshall the reply. You are probably " << - "calling RPC 0x" << hex << proc << " with the wrong return type."; + LOG << "rpcc::call_m: failed to unmarshall the reply. You are probably " + << "calling RPC 0x" << std::hex << proc << " with the wrong return type."; VERIFY(0); return rpc_protocol::unmarshall_reply_failure; }