summaryrefslogtreecommitdiffstats
path: root/mbbsd/brc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/brc.c')
-rw-r--r--mbbsd/brc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/brc.c b/mbbsd/brc.c
index 0ffbc9bc..68f4fdeb 100644
--- a/mbbsd/brc.c
+++ b/mbbsd/brc.c
@@ -160,7 +160,7 @@ brc_enlarge_buf(void)
memcpy(brc_buf, buffer, brc_alloc - BRC_BLOCKSIZE);
#ifdef DEBUG
- vmsg("brc enlarged to %d bytes", brc_alloc);
+ vmsgf("brc enlarged to %d bytes", brc_alloc);
#endif
THE_FREE(buffer);