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:
parent
ba5c2b6c87
commit
ea15f8b4c9
|
@ -1658,7 +1658,7 @@ SetFontPathElements(int npaths, unsigned char *paths, int *bad, Bool persist)
|
||||||
err = (*fpe_functions[fpe->type].init_fpe) (fpe);
|
err = (*fpe_functions[fpe->type].init_fpe) (fpe);
|
||||||
if (err != Successful) {
|
if (err != Successful) {
|
||||||
if (persist) {
|
if (persist) {
|
||||||
ErrorF
|
DebugF
|
||||||
("[dix] Could not init font path element %s, removing from list!\n",
|
("[dix] Could not init font path element %s, removing from list!\n",
|
||||||
fpe->name);
|
fpe->name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue