From 3931c204babdb368f0158c2adfcbe718da778ce2 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 6 Feb 2023 22:56:31 +0000 Subject: [PATCH] improve abort message --- lib.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib.js b/lib.js index 4368b54..5b35408 100644 --- a/lib.js +++ b/lib.js @@ -607,7 +607,9 @@ async function runStorageRPCTest(lokinet, config, cb) { var responded = false var ref = { abort: function () { - console.log('runStorageRPCTest abort: never called httpGet?') + // usually get this why oxend is syncing... + // sometimes httpGet wasn't called + console.log('runStorageRPCTest abort or timeout, is oxend syncing?') } } var storage_rpc_timer = setTimeout(function() {