diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/state/models/post-thread-view.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/post-thread-view.ts b/src/state/models/post-thread-view.ts index f19335539..1fc188723 100644 --- a/src/state/models/post-thread-view.ts +++ b/src/state/models/post-thread-view.ts @@ -262,7 +262,7 @@ export class PostThreadViewModel { this.hasLoaded = true this.error = err ? err.toString() : '' if (err) { - this.rootStore.log.error('Failed to fetch assertions', err) + this.rootStore.log.error('Failed to fetch post thread', err) } this.notFound = err instanceof GetPostThread.NotFoundError } |