tasn pushed a commit to branch master.

commit 163567f0cca2af1310803bc4ef9561b33d65a9bd
Author: Tom Hacohen <[email protected]>
Date:   Fri Jun 14 14:41:55 2013 +0100

    Added a more verbose "Shot taken" message.
    
    Include the filename in the message.
---
 src/lib/tsuite_evas_hook.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/tsuite_evas_hook.c b/src/lib/tsuite_evas_hook.c
index fcc858c..e3e54bc 100644
--- a/src/lib/tsuite_evas_hook.c
+++ b/src/lib/tsuite_evas_hook.c
@@ -194,6 +194,7 @@ tsuite_shot_do(char *name, Evas *e)
         sprintf(filename + dir_name_len, "%s_%03d%s", _hook_setting->test_name,
               ts.serial, IMAGE_FILENAME_EXT);
      }
+   _tsuite_verbosef("Shot taken (%s).\n", filename);
 
    ee_orig = ecore_evas_ecore_evas_get(e);
 
@@ -493,7 +494,6 @@ tsuite_feed_event(void *data)
            {
               take_screenshot *t = v->data;
               evt_time = t->timestamp;
-              _tsuite_verbosef("Shot taken.\n");
 #ifdef DEBUG_TSUITE
               printf("%s take shot  timestamp=<%u> t->n_evas=<%d>\n", 
__func__, t->timestamp, t->n_evas);
 #endif

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to