From: Jeremy McNamara Date: Tue, 13 Jan 2004 01:59:36 +0000 (+0000) Subject: fix copy/paste error X-Git-Tag: 0.7.0~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33402397332e2e70c92c44ccdc07d8e617db6c39;p=thirdparty%2Fasterisk.git fix copy/paste error git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1999 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index eb11c2ac20..289c3fcc6c 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; }