Skip to content

Commit

Permalink
日志优化。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Oct 9, 2024
1 parent a192696 commit 512b78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mitmproxy/src/lib/speed/SpeedTester.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class SpeedTester {
this.backupList = _.unionBy(newBackupList, 'host')
this.testCount++

log.info('[speed]', this.hostname, '➜ ips:', this.backupList)
log.info('[speed]', this.hostname, '➜ ip-list:', this.backupList)
await this.testBackups()
if (config.notify) {
config.notify({ key: 'test' })
Expand Down

0 comments on commit 512b78e

Please sign in to comment.