[SimBot-commits] CVS: simbot/plugins sqlite-logger.pl,1.75,1.76
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2006-09-18 08:19:54
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9766 Modified Files: sqlite-logger.pl Log Message: Also, this plugin is sqlite, not seen. :) Index: sqlite-logger.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/sqlite-logger.pl,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -p -r1.75 -r1.76 --- sqlite-logger.pl 18 Sep 2006 08:15:45 -0000 1.75 +++ sqlite-logger.pl 18 Sep 2006 08:19:51 -0000 1.76 @@ -286,7 +286,7 @@ sub do_seen { if ( $context =~ m/seen-row=(\d+)/ ) { $seen_row = $1; } else { - &debug(DEBUG_WARN, 'seen: This shouldn\'t happen!\n'); + &debug(DEBUG_WARN, 'sqlite: This shouldn\'t happen!\n'); } if ( $context =~ m/seen-event=(\S+)/ ) { @events = split( /,/, $1 ); |