[Logcheck-commits] CVS logcheck/src

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Fri, 28 May 2004 04:09:03 -0600


Update of /cvsroot/logcheck/logcheck/src
In directory haydn:/tmp/cvs-serv10502/src

Modified Files:
	logcheck 
Log Message:

small debug wording update


--- /cvsroot/logcheck/logcheck/src/logcheck	2004/05/28 06:47:25	1.41
+++ /cvsroot/logcheck/logcheck/src/logcheck	2004/05/28 10:09:03	1.42
@@ -22,7 +22,7 @@
 # along with Logcheck; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-# $Id: logcheck,v 1.41 2004/05/28 06:47:25 ttroxell Exp $
+# $Id: logcheck,v 1.42 2004/05/28 10:09:03 maks-guest Exp $
 
 
 # Set the umask
@@ -636,9 +636,9 @@
     fi
 fi
 
-# Check for security violations
+# Check for security events
 if [ -d $TMPDIR/violations ]; then
-    debug "Checking for security volations"
+    debug "Checking for security events"
     rm -f $TMPDIR/checked 
 
     if [ $ATTACK -eq 1 ]; then