From: Manni H. <man...@us...> - 2008-04-10 11:20:52
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3763/Classifier Modified Files: Bayes.pm Log Message: Correct log message Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.363 retrieving revision 1.364 diff -C2 -d -r1.363 -r1.364 *** Bayes.pm 9 Apr 2008 17:20:47 -0000 1.363 --- Bayes.pm 10 Apr 2008 11:20:55 -0000 1.364 *************** *** 1768,1772 **** $self->{api_sessions__}{$single_user_session} = 1; $self->db_update_cache__( $single_user_session ); ! $self->log_( 1, "get_session_key_from_token returning key $single_user_session for the single user mode" ); # Send the session to the parent so that it is recorded and can --- 1768,1772 ---- $self->{api_sessions__}{$single_user_session} = 1; $self->db_update_cache__( $single_user_session ); ! $self->log_( 1, "get_single_user_session_key returning key $single_user_session for the single user mode" ); # Send the session to the parent so that it is recorded and can |