Skip to content

Commit

Permalink
fix: add missing log prefix colon for helia:session-storage (#544)
Browse files Browse the repository at this point in the history
Simple fix
  • Loading branch information
SgtPooki committed May 21, 2024
1 parent e41771c commit 011fa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/utils/networked-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class SessionStorage extends Storage implements SessionBlockstore {
this.closeController = new AbortController()
setMaxListeners(Infinity, this.closeController.signal)

this.log = components.logger.forComponent(`helia:session-storage${init.root}`)
this.log = components.logger.forComponent(`helia:session-storage:${init.root}`)
}

close (): void {
Expand Down

0 comments on commit 011fa92

Please sign in to comment.