Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index 3a7ba77a3dd56867766c5738b6d2a46f52dbc191..24c47992e3b730df404b38ceeedb47c9c5457a34 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -1311,7 +1311,7 @@ int dm_main(); |
int dm_main() { |
setup_crash_handler(); |
- if (FLAGS_verbose && !FLAGS_writePath.isEmpty()) { |
+ if (!FLAGS_writePath.isEmpty()) { |
sk_mkdir(FLAGS_writePath[0]); |
gVLog = freopen(SkOSPath::Join(FLAGS_writePath[0], "verbose.log").c_str(), "w", stderr); |
} |