Chromium Code Reviews| Index: ppapi/native_client/src/trusted/plugin/utility.h |
| diff --git a/ppapi/native_client/src/trusted/plugin/utility.h b/ppapi/native_client/src/trusted/plugin/utility.h |
| index e670d8cc7b6bf8cc9a78478c0de53954f9a3c0d9..2ae388a7f2f69dae275790791fcea0246af85f74 100644 |
| --- a/ppapi/native_client/src/trusted/plugin/utility.h |
| +++ b/ppapi/native_client/src/trusted/plugin/utility.h |
| @@ -44,7 +44,7 @@ extern FILE* NaClPluginLogFileEnv(); |
| #define PLUGIN_PRINTF(args) do { \ |
| INIT_PLUGIN_LOGGING(); \ |
| if (0 != ::plugin::gNaClPluginDebugPrintEnabled) { \ |
| - ::plugin::NaClPluginPrintLog("PLUGIN %"NACL_PRIu64": ", \ |
| + ::plugin::NaClPluginPrintLog("PLUGIN %" NACL_PRIu64 ": ", \ |
|
dmichael (off chromium)
2013/07/25 00:51:06
nit: please remove some whitespace at the end to m
Nico
2013/07/25 00:52:35
Done.
|
| NaClGetTimeOfDayMicroseconds()); \ |
| ::plugin::NaClPluginPrintLog args; \ |
| } \ |