Skip to content
Snippets Groups Projects
Commit 590391c0 authored by Jason Parker's avatar Jason Parker
Browse files

Fix typo from r333070

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@333159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 350545bd
No related branches found
No related tags found
No related merge requests found
......@@ -916,7 +916,7 @@ static int local_call(struct ast_channel *ast, char *dest, int timeout)
"Uniqueid2: %s\r\n"
"Context: %s\r\n"
"Exten: %s\r\n"
"LocalOptimization: %s\n",
"LocalOptimization: %s\r\n",
p->owner->name, p->chan->name, p->owner->uniqueid, p->chan->uniqueid,
p->context, p->exten,
ast_test_flag(p, LOCAL_NO_OPTIMIZATION) ? "Yes" : "No");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment