Index: dm/DMSrcSink.cpp |
diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp |
index f0a077da71270c42c52ddc805ee625f8aa273f7d..b47e9480a9e6fd02246c6c426c184002a7a19265 100644 |
--- a/dm/DMSrcSink.cpp |
+++ b/dm/DMSrcSink.cpp |
@@ -48,7 +48,7 @@ Error ImageSrc::draw(SkCanvas* canvas) const { |
if (fDivisor == 0) { |
// Just for debugging. |
SkString name = SkOSPath::Basename(fPath.c_str()); |
- SkDebugf("Attempting to decode %s\n", name.c_str()); |
+ SkDebugf("\nAttempting to decode %s\n", name.c_str()); |
// Decode the full image. |
SkBitmap bitmap; |
if (FLAGS_codec) { |