Skip to content
Snippets Groups Projects
Commit ff5dbf37 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Minor change in log message

parent 8d2c0b23
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment