vnc_playback.html: print frame_idx on error.
This commit is contained in:
parent
673118fb21
commit
2f6a1c2bda
@ -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':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user