projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5dcbb9
)
fix copy/paste error
author
Jeremy McNamara
<jj@nufone.net>
Tue, 13 Jan 2004 01:59:36 +0000
(
01:59
+0000)
committer
Jeremy McNamara
<jj@nufone.net>
Tue, 13 Jan 2004 01:59:36 +0000
(
01:59
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1999
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
eb11c2a
..
289c3fc
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-6592,7
+6592,7
@@
int unload_module()
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
@@
int unload_module()
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;
}