clarify not found error message a bit.

This commit is contained in:
Ben Gras 2009-04-14 14:16:24 +00:00
parent 4cd6875d05
commit e5717f7aef

View file

@ -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;
}