mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Keith Packard
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);
|
||||
if (err != Successful) {
|
||||
if (persist) {
|
||||
ErrorF
|
||||
DebugF
|
||||
("[dix] Could not init font path element %s, removing from list!\n",
|
||||
fpe->name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user