diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index d3af9c2f..d869b2eb 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -259,7 +259,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => { stream.on('data', onData) stream.on('status', (/** @type {any} */ status) => { - logger.info(`Post tip, post: ${postID}, invoice status: ${status}`) + logger.info(`Post tip, post: ${postID}, invoice status:`, status) }) stream.on('end', () => { logger.warn(`Post tip, post: ${postID}, invoice stream ended`)