diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-09-25 08:27:05 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-09-25 08:27:05 +0000 |
commit | cb3017146d5322069fe4003ffcd4c9ada74dacb8 (patch) | |
tree | 5a07eefc6cfd6c668292bfa3471d993dc3b88f1f /src/data_count.c | |
parent | 8e8fd7ec0fc30c1703a192edfceefac6ab5f0f0c (diff) | |
download | lighttpd-cb3017146d5322069fe4003ffcd4c9ada74dacb8.tar.gz |
eloy: new upstream version
Diffstat (limited to 'src/data_count.c')
-rw-r--r-- | src/data_count.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data_count.c b/src/data_count.c index ca51f67..fbc35e0 100644 --- a/src/data_count.c +++ b/src/data_count.c @@ -45,7 +45,7 @@ static void data_count_print(const data_unset *d, int depth) { data_count *ds = (data_count *)d; UNUSED(depth); - fprintf(stderr, "count(%d)", ds->count); + fprintf(stdout, "count(%d)", ds->count); } |