From: David van Moolenbroek Date: Thu, 1 Oct 2009 19:21:57 +0000 (+0000) Subject: RS: disable harmless warning X-Git-Tag: v3.1.5~42 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keyfromlabel.html?a=commitdiff_plain;h=8f9a90192f6b11b85123d1b80fcb6f64ac75b345;p=minix.git RS: disable harmless warning --- 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;