Эх сурвалжийг харах

vnc_playback.html: print frame_idx on error.

Joel Martin 15 жил өмнө
parent
commit
2f6a1c2bda

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