From 8eb7902e580686a4d01c5d0a48bb62575591784a Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 18 Oct 2021 14:36:07 -0400 Subject: [PATCH] Better log --- services/gunDB/contact-api/jobs/onOrders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index a6990f57..3b70bfc4 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -486,7 +486,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => { throw new Error(breakError) } } - logger.info('WAITING INVOICE TO BE PAID') + logger.info('Waiting for invoice to be paid for order ' + orderID) new Promise(res => SchemaManager.addListenInvoice(invoice.r_hash, res)) .then(invoicePaidCb) .catch(err => {