Browse Source

vnc_playback.html: print frame_idx on error.

Joel Martin 15 years ago
parent
commit
2f6a1c2bda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/vnc_playback.html

+ 1 - 1
tests/vnc_playback.html

@@ -63,7 +63,7 @@
             switch (state) {
             switch (state) {
                 case 'failed':
                 case 'failed':
                 case 'fatal':
                 case 'fatal':
-                    message("noVNC sent '" + state + "' state during iteration " + iteration);
+                    message("noVNC sent '" + state + "' state during iteration " + iteration + " frame " + frame_idx);
                     test_state = 'failed';
                     test_state = 'failed';
                     break;
                     break;
                 case 'loaded':
                 case 'loaded':