Show source machine in the chat log.
This commit is contained in:
parent
e1c57d76a2
commit
8bf5a00a40
1 changed files with 1 additions and 1 deletions
|
@ -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]");
|
||||
|
|
Reference in a new issue