changeset 20:631123cc735c

Removing EVE prefix from log messages
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 06 Dec 2008 20:43:35 +0000
parents 40154257e632
children 119c2b763dd2
files skillbot.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sat Dec 06 19:58:31 2008 +0000
+++ b/skillbot.pl	Sat Dec 06 20:43:35 2008 +0000
@@ -369,13 +369,13 @@
 				
 				if (defined $c && $loaded eq 0)
 				{
-					irc_debug("EVE: Unable to find character %s for ID %lu",
+					irc_debug("Unable to find character %s for ID %lu",
 							  $c, $uid);
 					next;
 				}
 
 				$frienduids{$uid} = $loaded;
-				irc_debug("EVE: Adding new friend %s (%lu), %lu characters",
+				irc_debug("Adding new friend %s (%lu), %lu characters",
 						  $nick, $uid, $loaded);
 			}
 		}