From 8f9a90192f6b11b85123d1b80fcb6f64ac75b345 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Thu, 1 Oct 2009 19:21:57 +0000 Subject: [PATCH] RS: disable harmless warning --- servers/rs/manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/rs/manager.c b/servers/rs/manager.c index 5918a9138..f207363e6 100644 --- a/servers/rs/manager.c +++ b/servers/rs/manager.c @@ -1224,9 +1224,9 @@ struct priv *privp; } if (slot_nr >= NR_SYS_PROCS) { - printf( - "add_forward_ipc: unable to find '%s'\n", - label); + if (rs_verbose) + printf( + "add_forward_ipc: unable to find '%s'\n", label); continue; } proc_nr_e= tmp_rp->r_proc_nr_e; -- 2.44.0