Commit 2f6a1c2b authored by Joel Martin's avatar Joel Martin

vnc_playback.html: print frame_idx on error.

parent 673118fb
...@@ -63,7 +63,7 @@ ...@@ -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':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment