[asterisk-commits] moy: branch moy/mfcr2 r154139 - /team/moy/mfcr2/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 3 21:39:21 CST 2008


Author: moy
Date: Mon Nov  3 21:39:20 2008
New Revision: 154139

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154139
Log:
minor format change

Modified:
    team/moy/mfcr2/channels/chan_dahdi.c

Modified: team/moy/mfcr2/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2/channels/chan_dahdi.c?view=diff&rev=154139&r1=154138&r2=154139
==============================================================================
--- team/moy/mfcr2/channels/chan_dahdi.c (original)
+++ team/moy/mfcr2/channels/chan_dahdi.c Mon Nov  3 21:39:20 2008
@@ -9104,7 +9104,7 @@
 static struct dahdi_mfcr2 *mfcr2_get_context(int id)
 {
 	if ((id < 0) || (id >= (sizeof(r2links)/sizeof(r2links[0])))) {
-		ast_log(LOG_ERROR, "No more R2 links available!.\n.");
+		ast_log(LOG_ERROR, "No more R2 links available!.\n");
 		return NULL;
 	}
 	return &r2links[id];




More information about the asterisk-commits mailing list