mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix small logic errors (bug #242)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1334,7 +1334,7 @@ static int handle_context_remove_ignorepat(int fd, int argc, char *argv[])
|
||||
break;
|
||||
|
||||
default:
|
||||
ast_cli(fd, "Failed to remove ignore pattern '%s' from '%s' context\n");
|
||||
ast_cli(fd, "Failed to remove ignore pattern '%s' from '%s' context\n", argv[2], argv[4]);
|
||||
break;
|
||||
}
|
||||
return RESULT_FAILURE;
|
||||
|
Reference in New Issue
Block a user