Chromium Code Reviews| Index: dm/DMReporter.cpp |
| diff --git a/dm/DMReporter.cpp b/dm/DMReporter.cpp |
| index 1ff64c57cc5f56ded6207d0de5dcdfc27219b683..fb925abf7b03fdf94c89d52b88f1c5703edd7fe6 100644 |
| --- a/dm/DMReporter.cpp |
| +++ b/dm/DMReporter.cpp |
| @@ -24,7 +24,7 @@ void Reporter::finish(SkString name) { |
| status.appendf(", %d failed", failed); |
| } |
| status.appendf("\t[%s done]", name.c_str()); |
| - SkDebugf(status.c_str()); |
| + SkDebugf("%s", status.c_str()); |
| } |
| int32_t Reporter::failed() const { |