Add separator to envelope log id

This commit is contained in:
Fedor Indutny 2021-11-19 18:21:29 +01:00 committed by GitHub
parent a3525c16ef
commit 4afe1475d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ export default class MessageReceiver
prefix += `> ${envelope.destinationUuid.toString()}`;
return `${prefix}${timestamp} (${envelope.id})`;
return `${prefix} ${timestamp} (${envelope.id})`;
}
private clearRetryTimeout(): void {