dixfonts: Turn a missing directory ErrorF into a DebugF

On systems without these directories, we don't need to be complaining
loudly.

Reviewed-by: Kristian Hoegsberg <krh@bitplanet.net>

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Jasper St. Pierre 2014-04-21 16:30:49 -04:00 committed by Keith Packard
parent ba5c2b6c87
commit ea15f8b4c9

View File

@ -1658,7 +1658,7 @@ SetFontPathElements(int npaths, unsigned char *paths, int *bad, Bool persist)
err = (*fpe_functions[fpe->type].init_fpe) (fpe);
if (err != Successful) {
if (persist) {
ErrorF
DebugF
("[dix] Could not init font path element %s, removing from list!\n",
fpe->name);
}