summaryrefslogtreecommitdiff
path: root/src/data_count.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data_count.c')
-rw-r--r--src/data_count.c2
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);
}