From e5717f7aef574c23e9bc0b8460d6a9fcbc0fffdc Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 14 Apr 2009 14:16:24 +0000 Subject: [PATCH] clarify not found error message a bit. --- servers/rs/service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }