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

vnc_playback.html: print frame_idx on error.

parent 673118fb
......@@ -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':
......
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