flashii
/
backup-manager
Archived
1
0
Fork 0

Show source machine in the chat log.

This commit is contained in:
flash 2021-07-30 04:26:29 +02:00
parent e1c57d76a2
commit 8bf5a00a40
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ namespace BackupManager {
EndPoint endPoint = new IPEndPoint(ip, Config.SatoriPort);
StringBuilder textBuilder = new StringBuilder();
textBuilder.Append(@"[b]Backup System[/b]: ");
textBuilder.AppendFormat(@"[b]Backup System[/b] [{0}]: ", Environment.MachineName);
if (error)
textBuilder.Append(@"[color=red]");