mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue