chore(core): added method name to the flood wait log line
This commit is contained in:
parent
fa4b36d93f
commit
ea70246348
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ export class NetworkManager {
|
|||
}
|
||||
|
||||
if (e.seconds <= floodSleepThreshold) {
|
||||
this._log.info('Flood wait for %d seconds', e.seconds)
|
||||
this._log.info('Flood wait for %d seconds (because of %s)', e.seconds, message._)
|
||||
await sleep(e.seconds * 1000)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue