mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 14:23:12 +00:00
chore: print content topic in logs
This commit is contained in:
parent
e3bef47680
commit
f6bb9b2fcd
@ -232,7 +232,8 @@ export class WakuStore {
|
||||
}
|
||||
|
||||
dbg(
|
||||
`${response.messages.length} messages retrieved for pubsub topic ${opts.pubSubTopic}`
|
||||
`${response.messages.length} messages retrieved for (${opts.pubSubTopic})`,
|
||||
contentTopics
|
||||
);
|
||||
|
||||
const pageMessages: WakuMessage[] = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user