Skip to content

Commit

Permalink
fix log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 17, 2023
1 parent 0985f96 commit 5b7d46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class AsyncFetcher
yield value;
}
} catch (e) {
logger.warn("takeStream interrupted", {...errJSON(e), url: this.reqresp.url, ...this.recorder.logDetails}, "recorder");
logger.warn("takeReader interrupted", {...errJSON(e), url: this.reqresp.url, ...this.recorder.logDetails}, "recorder");
this.reqresp.truncated = "disconnect";
}
}
Expand Down

0 comments on commit 5b7d46c

Please sign in to comment.