mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-26 02:40:10 +00:00
change error update connections to warn console
This commit is contained in:
parent
fbc2dc74da
commit
0b2c370eca
|
@ -235,7 +235,9 @@ function applyConnCount() {
|
||||||
});
|
});
|
||||||
refreshToolTip();
|
refreshToolTip();
|
||||||
},
|
},
|
||||||
error: err,
|
error: function (_, _, thrownError) {
|
||||||
|
console.warn("Failed to update active connections", thrownError)
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user