[NeoStats-Devel] [Commits] r2628 - trunk/src

[email protected]
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Sat May 28 05:34:53 2005
New Revision: 2628

Modified:
   trunk/src/bots.c
   trunk/src/exclude.c
Log:
fix typo

Modified: trunk/src/bots.c
==============================================================================
--- trunk/src/bots.c	(original)
+++ trunk/src/bots.c	Sat May 28 05:34:53 2005
@@ -525,7 +525,7 @@
 
 	SET_SEGV_LOCATION();
 	if( hash_isfull( bothash ) ) {
-		nlog( LOG_CRITICAL, "new_bot: Failed to create bot %s, bot list is full", nick );
+		nlog( LOG_CRITICAL, "new_bot: Failed to create bot %s, bot list is full", bot_name );
 		return NULL;
 	}
 	dlog( DEBUG2, "new_bot: %s", bot_name );

Modified: trunk/src/exclude.c
==============================================================================
--- trunk/src/exclude.c	(original)
+++ trunk/src/exclude.c	Sat May 28 05:34:53 2005
@@ -422,7 +422,7 @@
 		e = lnode_get(node);
 		if (e->type == NS_EXCLUDE_SERVER) {
 			if (match(e->pattern, s->name)) {
-				dlog (DEBUG1, "Matched server entry %s in Excludeions", e->pattern);
+				dlog (DEBUG1, "Matched server entry %s in exclusions", e->pattern);
 				return NS_TRUE;
 			}
 		}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.