From b2f89db1296e5e061f0adc2df440b99aa5ddaef2 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 15 Feb 2020 12:14:15 -0400 Subject: [PATCH] better log --- services/gunDB/Mediator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 5401dec6..f14129c1 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -924,7 +924,7 @@ class Mediator { API.Events.onSimplerSentRequests( debounce(sentRequests => { - console.log(`new Reqss in mediator: ${sentRequests}`) + console.log(`new Reqss in mediator: ${JSON.stringify(sentRequests)}`) this.socket.emit(Event.ON_SENT_REQUESTS, { msg: sentRequests, ok: true,