Skip to content

Commit 5f5ab0b

Browse files
committed
Update vnc.html
1 parent 38f422e commit 5f5ab0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/vnc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
var guac = new Guacamole.Client(tunnel);
2121

2222
guac.onerror = function(error) {
23-
console.log("Guacamole error: " + error);
23+
console.log("Guacamole error: " + error.message);
2424
};
2525

2626
//create canvas

0 commit comments

Comments
 (0)