summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-09-03 14:02:12 +0000
committerMark Spencer <markster@digium.com>2004-09-03 14:02:12 +0000
commiteb57ea95d6d54e6dc16210effc42a778f9d7f98b (patch)
tree47ec8abb26d065351b745da5075c75be6780d1c9 /apps
parent1e2db0e885aad1ee75d08b8a5193a4bdee062a92 (diff)
reload documentation, don't display res in app_test...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_test.c b/apps/app_test.c
index dab771945..98f9373e1 100755
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -215,7 +215,7 @@ static int testclient_exec(struct ast_channel *chan, void *data)
/* Step 6: Transmit tone noise */
ast_log(LOG_DEBUG, "TestClient: 6. Transmit tone\n");
res = sendnoise(chan, 6000);
- fprintf(f, "SENDTONE: %s (%d)\n", (res < 0) ? "FAIL" : "PASS", res);
+ fprintf(f, "SENDTONE: %s\n", (res < 0) ? "FAIL" : "PASS");
}
if (!res || (res == '5')) {
/* Step 7: Wait for "5" */