fix copy/paste error

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1999 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-01-13 01:59:36 +00:00
parent c5dcbb9901
commit 3340239733

View File

@@ -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;
}