From 2f6a1c2bda2e2d20cb28db01e0511fc59b9d1f14 Mon Sep 17 00:00:00 2001 From: Joel Martin <github@martintribe.org> Date: Tue, 7 Sep 2010 16:22:28 -0500 Subject: [PATCH] vnc_playback.html: print frame_idx on error. --- tests/vnc_playback.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vnc_playback.html b/tests/vnc_playback.html index 1d07007..e4cf59a 100644 --- a/tests/vnc_playback.html +++ b/tests/vnc_playback.html @@ -63,7 +63,7 @@ switch (state) { case 'failed': case 'fatal': - message("noVNC sent '" + state + "' state during iteration " + iteration); + message("noVNC sent '" + state + "' state during iteration " + iteration + " frame " + frame_idx); test_state = 'failed'; break; case 'loaded': -- 2.18.1