From 3e1affadc407369714d697518d8a562acd4373f7 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 14 Jul 2005 18:32:49 +0000 Subject: 2005-07-14 Frank Ch. Eigler * stpd.c (main): Pass !quiet mode to init_stp(). * librelay.c (init_relayfs): Be quiet if !print_totals. --- runtime/stpd/librelay.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'runtime/stpd/librelay.c') diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index 4538d741..d7b104d0 100644 --- a/runtime/stpd/librelay.c +++ b/runtime/stpd/librelay.c @@ -437,8 +437,9 @@ int init_relayfs(void) } } - printf("Using channel with %u sub-buffers of size %u.\n", - params.n_subbufs, params.subbuf_size); + if (print_totals) + printf("Using channel with %u sub-buffers of size %u.\n", + params.n_subbufs, params.subbuf_size); return 0; err: -- cgit