[Freeswitch-svn] [commit] r6346 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN mikej at freeswitch.org
Mon Nov 19 20:15:48 EST 2007


Author: mikej
Date: Mon Nov 19 20:15:47 2007
New Revision: 6346

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c

Log:
fix message.

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Mon Nov 19 20:15:47 2007
@@ -2140,7 +2140,7 @@
 						  "Green laserfire moves past the beeping little robot as his head turns.  "
 						  "After a few beeps and a twist of his mechanical arm,\n"
 						  "Artoo reduces the max sessions to %d thus, saving the switch from certian doom.\n", 
-						  sess_count < 10);
+						  sess_count - 10);
 
 		switch_mutex_unlock(profile->flag_mutex);
 	}



More information about the Freeswitch-svn mailing list