aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 3f17342..24deddc 100644
--- a/log.c
+++ b/log.c
@@ -151,7 +151,7 @@ void log_resize __P1 (int,newsize)
datasize = newsize;
logsize = newsize / 16;
}
- if (echo_int) {
+ if (opt_info) {
PRINTF("#buffer resized to %d bytes%s\n", newsize, newsize ? "" : " (disabled)");
}
}