dect
/
asterisk
Archived
13
0
Fork 0

Fix manager typo

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1305 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-08-12 23:08:49 +00:00
parent f643cb28d8
commit fcbcad7af7
1 changed files with 2 additions and 2 deletions

View File

@ -340,8 +340,8 @@ static int action_status(struct mansession *s, struct message *m)
"CallerID: %s\r\n"
"State: %s\r\n"
"%s"
"\r\n"
"Uniqueid: %s\r\n",
"Uniqueid: %s\r\n"
"\r\n",
c->name, c->callerid ? c->callerid : "<unknown>",
ast_state2str(c->_state), bridge, c->uniqueid);
}