Added a more verbose "Shot taken" message.

Include the filename in the message.
This commit is contained in:
Tom Hacohen 2013-06-14 14:41:55 +01:00
parent a2c36ec82a
commit 163567f0cc
1 changed files with 1 additions and 1 deletions

View File

@ -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