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

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 {