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/stpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stpd/stpd.c') diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c index a551fcb0..eef662ae 100644 --- a/runtime/stpd/stpd.c +++ b/runtime/stpd/stpd.c @@ -81,7 +81,7 @@ int main(int argc, char **argv) } sprintf(stpd_filebase, "/mnt/relay/%d/cpu", getpid()); - if (init_stp(modname, stpd_filebase, 1)) { + if (init_stp(modname, stpd_filebase, !quiet)) { fprintf(stderr, "Couldn't initialize stpd. Exiting.\n"); exit(1); } -- cgit