| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
|
| index dd8f312effe6debb6bac7f856673bd740e2bed18..de7b7c0691e765b07cda44576a49771e598b4c42 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
|
| @@ -98,7 +98,7 @@ void PppRpcServer::PPP_InitializeModule(
|
| int32_t* success) {
|
| NaClSrpcClosureRunner runner(done);
|
| rpc->result = NACL_SRPC_RESULT_APP_ERROR;
|
| - DebugPrintf("PPP_InitializeModule: module=%"NACL_PRIu32": %s\n",
|
| + DebugPrintf("PPP_InitializeModule: module=%"NACL_PRId32": %s\n",
|
| module, service_description);
|
| // Set up the service for calling back into the browser.
|
| if (!StartMainSrpcChannel(const_cast<const char*>(service_description),
|
|
|