dump message confirming read or write directory



git-svn-id: http://skia.googlecode.com/svn/trunk@634 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 59f6c64..0be08e0 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -142,7 +142,13 @@
     
     Iter iter;
     GM* gm;
-	
+
+    if (readPath) {
+        fprintf(stderr, "reading from %s\n", readPath);
+    } else if (writePath) {
+        fprintf(stderr, "writing to %s\n", writePath);
+    }
+
     while ((gm = iter.next()) != NULL) {
 		SkISize size = gm->getISize();
         SkDebugf("creating... %s [%d %d]\n", gm->shortName(),