From: Ben Gras Date: Tue, 14 Apr 2009 14:16:24 +0000 (+0000) Subject: clarify not found error message a bit. X-Git-Tag: v3.1.4~77 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e5717f7aef574c23e9bc0b8460d6a9fcbc0fffdc;p=minix.git clarify not found error message a bit. --- diff --git a/servers/rs/service.c b/servers/rs/service.c index 07a7646fa..18039bcf0 100644 --- a/servers/rs/service.c +++ b/servers/rs/service.c @@ -925,7 +925,8 @@ PRIVATE void do_config(char *label, char *filename) } if (cp == NULL) { - fprintf(stderr, "driver '%s' not found\n", label); + fprintf(stderr, "service: driver '%s' not found in config\n", + label); return; }