automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@42963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-09-14 23:03:37 +00:00
parent 3f4ef02de2
commit 0eb84ea1b0
+1 -1
View File
@@ -9329,7 +9329,7 @@ static int handle_pri_show_span(int fd, int argc, char *argv[])
return RESULT_SHOWUSAGE;
span = atoi(argv[3]);
if ((span < 1) || (span > NUM_SPANS)) {
ast_cli(fd, "Invalid span %s. Should be a number %d to %d\n", argv[4], 1, NUM_SPANS);
ast_cli(fd, "Invalid span '%s'. Should be a number from %d to %d\n", argv[3], 1, NUM_SPANS);
return RESULT_SUCCESS;
}
if (!pris[span-1].pri) {