Quick fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-08-19 01:20:29 +00:00
parent caffbd564d
commit 1ab3f636cc

View File

@@ -828,7 +828,7 @@ static struct ast_channel *agent_request(char *type, int format, void *data)
ast_log(LOG_WARNING, "Weird... Fix this to drop the unused pending agent\n"); ast_log(LOG_WARNING, "Weird... Fix this to drop the unused pending agent\n");
} }
} else } else
ast_log(LOG_DEBUG, "Not creating place holder for '%s' since nobody logged in\n"); ast_log(LOG_DEBUG, "Not creating place holder for '%s' since nobody logged in\n", s);
} }
ast_mutex_unlock(&agentlock); ast_mutex_unlock(&agentlock);
return chan; return chan;