[svn-commits] anthonyl: branch anthonyl/log-final r45802 - /team/anthonyl/log-final/channels/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Oct 20 14:28:07 MST 2006


Author: anthonyl
Date: Fri Oct 20 16:28:06 2006
New Revision: 45802

URL: http://svn.digium.com/view/asterisk?rev=45802&view=rev
Log:
got rid of a minor change that should not have been there

Modified:
    team/anthonyl/log-final/channels/chan_sip.c

Modified: team/anthonyl/log-final/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/log-final/channels/chan_sip.c?rev=45802&r1=45801&r2=45802&view=diff
==============================================================================
--- team/anthonyl/log-final/channels/chan_sip.c (original)
+++ team/anthonyl/log-final/channels/chan_sip.c Fri Oct 20 16:28:06 2006
@@ -10060,8 +10060,6 @@
 	int realtimepeers;
 	int realtimeusers;
 
-
-	ast_verbose("gid: %i uid: %i\n",getgid(), geteuid());
 	realtimepeers = ast_check_realtime("sippeers");
 	realtimeusers = ast_check_realtime("sipusers");
 



More information about the svn-commits mailing list