aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 01:59:36 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 01:59:36 +0000
commite71f1b9ab72b54bb96322711c844e69a537c4013 (patch)
treeea7c58bac1383b7ea2e606cd32ff4fee3703c47e /channels
parent88fb7b9cb97b1d6183b423dbd8717db06a734686 (diff)
fix copy/paste error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1999 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index eb11c2ac2..289c3fcc6 100755
--- 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;
}