ntminer %!s(int64=5) %!d(string=hai) anos
pai
achega
67e379c388
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/NTMinerClient/NTMinerContext.cs

+ 1 - 1
src/NTMinerClient/NTMinerContext.cs

@@ -265,7 +265,7 @@ namespace NTMiner {
                                 if (ServerContext.CoinSet.TryGetCoin(MinerProfile.CoinId, out ICoin coin)) {
                                     coinCode = coin.Code;
                                 }
-                                VirtualRoot.ThisLocalWarn(nameof(NTMinerContext), $"{coinCode}总算力持续{coinProfile.LowSpeedRestartComputerMinutes}低于{coinProfile.LowSpeed}重启电脑", toConsole: true);
+                                VirtualRoot.ThisLocalWarn(nameof(NTMinerContext), $"{coinCode}总算力持续{coinProfile.LowSpeedRestartComputerMinutes}分钟低于{coinProfile.LowSpeed}重启电脑", toConsole: true);
                                 VirtualRoot.Execute(new ShowRestartWindowsCommand(countDownSeconds: 10));
                                 return;
                             }