From ff5dbf3799564e72a34f91ccedf94e95498cccf6 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Mon, 23 Jul 2018 10:55:31 +0200 Subject: [PATCH] Minor change in log message --- ATxCommon/Monitoring/Cpu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxCommon/Monitoring/Cpu.cs b/ATxCommon/Monitoring/Cpu.cs index 971922b..fcd75e0 100644 --- a/ATxCommon/Monitoring/Cpu.cs +++ b/ATxCommon/Monitoring/Cpu.cs @@ -166,7 +166,7 @@ namespace ATxCommon.Monitoring Log.Trace("CPU load behaving well since {0} cycles.", _behaving); } else if (_behaving < 0) { Log.Info("CPU load monitoring: integer wrap around happened, " + - "resetting probation counter! (No reason to worry!)"); + "resetting probation counter (no reason to worry)."); _behaving = _probation + 1; } } -- GitLab