[Asterisk-cvs] asterisk/channels chan_sip.c,1.275,1.276
jeremy at lists.digium.com
jeremy at lists.digium.com
Mon Jan 12 20:07:49 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22570
Modified Files:
chan_sip.c
Log Message:
fix copy/paste error
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- chan_sip.c 13 Jan 2004 01:31:42 -0000 1.275
+++ chan_sip.c 13 Jan 2004 01:59:36 -0000 1.276
@@ -6592,7 +6592,7 @@
iflist = NULL;
ast_mutex_unlock(&iflock);
} else {
- ast_log(LOG_WARNING, "Unable to lock the monitor\n");
+ ast_log(LOG_WARNING, "Unable to lock the interface list\n");
return -1;
}
if (!ast_mutex_lock(&monlock)) {
@@ -6620,7 +6620,7 @@
iflist = NULL;
ast_mutex_unlock(&iflock);
} else {
- ast_log(LOG_WARNING, "Unable to lock the monitor\n");
+ ast_log(LOG_WARNING, "Unable to lock the interface list\n");
return -1;
}
More information about the svn-commits
mailing list