diff --git a/server.html b/server.html index a9eb0c2d..d2b66522 100644 --- a/server.html +++ b/server.html @@ -1129,7 +1129,7 @@ td $tr.append( $('').text(cstr.name) ); - $tr.append( $('').html(cstr.online == 1 ? "Running" : "Error") ); + $tr.append( $('').html(cstr.online == 1 ? "Running" : "Error: "+cstr.online+"") ); var cviewers = 0;