From 338e511e3fe2180ab69b0e36421d0724f701cfaa Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Tue, 22 May 2007 11:14:45 +0000 Subject: [PATCH] LMS-3 Typo error. SVN: 152 --- .../java/ch/systemsx/cisd/common/logging/LogCategory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java b/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java index 08484ade7bf..4c96aa6d3f4 100644 --- a/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java +++ b/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java @@ -28,7 +28,7 @@ public enum LogCategory ACCESS, /** Log category for authentication and authorization events. */ AUTH, - /** Log category for log events related to the machine's state (log-level). */ + /** Log category for log events related to the machine's state (low-level). */ MACHINE, /** Log category for events that require immediate notification of an administrator. */ NOTIFY, -- GitLab