web: replace console
This commit is contained in:
parent
257fd09729
commit
29f3997313
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ async function on_pool_eose(relay, sub_id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function on_pool_ok(relay) {
|
function on_pool_ok(relay) {
|
||||||
console.log(`OK(${relay.url})`, arguments);
|
log_info(`OK(${relay.url})`, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
function on_pool_event(relay, sub_id, ev) {
|
function on_pool_event(relay, sub_id, ev) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue