From: Michael Jerris Date: Tue, 20 Nov 2007 01:15:47 +0000 (+0000) Subject: fix message. X-Git-Tag: v1.0-beta2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f762210bcd4dfa447115aacff833d5717cb37a67;p=thirdparty%2Ffreeswitch.git fix message. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6346 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index fc806bc56f..0f846e4830 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2140,7 +2140,7 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_ "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); }