]> Zhao Yanbai Git Server - minix.git/commitdiff
RS: disable harmless warning
authorDavid van Moolenbroek <david@minix3.org>
Thu, 1 Oct 2009 19:21:57 +0000 (19:21 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 1 Oct 2009 19:21:57 +0000 (19:21 +0000)
servers/rs/manager.c

index 5918a9138954a5d0eac0080818edf7ae4b53e5ed..f207363e6e93776d4b989f08ee51f6726fd99085 100644 (file)
@@ -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;