reboot complete message
This commit is contained in:
parent
b88df0ce3b
commit
78524ae2d0
|
|
@ -32,7 +32,7 @@ class Program
|
|||
commasList += coin.pair + ", ";
|
||||
}
|
||||
}
|
||||
string msg = $"{failedList.Count} Failed out of {watches.Count}. Failed list: \n{commasList}";
|
||||
string msg = $"Reboot complete: {failedList.Count} Failed out of {watches.Count}. Failed list: \n{commasList}";
|
||||
Console.WriteLine(msg);
|
||||
Messenger.instance.ScheduleMessage(msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user