浏览代码

vnc_playback.html: print frame_idx on error.

Joel Martin 15 年之前
父节点
当前提交
2f6a1c2bda
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/vnc_playback.html

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