Skip to content

Commit

Permalink
fix: add missing log prefix colon for helia:session-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored May 21, 2024
1 parent e41771c commit 8640f99
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}`)

Check warning on line 249 in packages/utils/src/utils/networked-storage.ts

View check run for this annotation

Codecov / codecov/patch

packages/utils/src/utils/networked-storage.ts#L249

Added line #L249 was not covered by tests
}

close (): void {
Expand Down

0 comments on commit 8640f99

Please sign in to comment.