summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpp')
-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