[svn-commits] oej: branch oej/manager-check-trunk r342767 - /team/oej/manager-check-trunk/m...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 31 10:17:48 CDT 2011


Author: oej
Date: Mon Oct 31 10:17:42 2011
New Revision: 342767

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=342767
Log:
Remove debug

Modified:
    team/oej/manager-check-trunk/main/manager.c

Modified: team/oej/manager-check-trunk/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/manager-check-trunk/main/manager.c?view=diff&rev=342767&r1=342766&r2=342767
==============================================================================
--- team/oej/manager-check-trunk/main/manager.c (original)
+++ team/oej/manager-check-trunk/main/manager.c Mon Oct 31 10:17:42 2011
@@ -6510,10 +6510,8 @@
 	const char *login = (char *)arg;
 	int *no_sessions = data;
 
-	ast_debug(1,"**** Comparing %s with login name %s \n", session->username, login);
 	if (strcasecmp(session->username, login) == 0) {
 		(*no_sessions)++;
-		ast_debug(1,"**** Found a positive match: %d\n", *no_sessions);
 	}
 
 	return 0;




More information about the svn-commits mailing list