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':