summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-25 06:47:12 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-25 06:47:12 +0000
commita11cf4664ea4fd14478f88c9118acd0f87ad7008 (patch)
tree0d5ca388186da75ea0925adc420cbf7a78cfad97
parent7394c732e665a294875576cf85135e69980d6713 (diff)
Remove confusing print of ZT_FLAG_RUNNING .
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1963 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--xpp/xpp_zap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xpp/xpp_zap.c b/xpp/xpp_zap.c
index f7ce8d1..2ca0500 100644
--- a/xpp/xpp_zap.c
+++ b/xpp/xpp_zap.c
@@ -430,7 +430,6 @@ static int xpd_read_proc(char *page, char **start, off_t off, int count, int *eo
}
#if 1
if(SPAN_REGISTERED(xpd)) {
- len += sprintf(page + len, "\nzaptel state: %s RUNNING\n", (xpd->span.flags & ZT_FLAG_RUNNING)?"IS":"IS NOT");
len += sprintf(page + len, "\nPCM:\n | [readchunk] | [writechunk] | delay");
for_each_line(xpd, i) {
#if 0