summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-02-01 15:03:57 +1100
committerAdam Jackson <ajax@redhat.com>2008-02-14 07:12:24 +1100
commit9113fa3de36e84bbae2727cace82b1cf0d709a86 (patch)
tree30bb3436d24cf81461140b5f3b3c348d0a7d7707
parent7c0709a736c0f3aa011de67dd2c2962585ab146e (diff)
Silence the harmless FreeFontPath error message.
-rw-r--r--dix/dixfonts.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/dixfonts.c b/dix/dixfonts.c
index 8def6ee21..e9a3f3963 100644
--- a/dix/dixfonts.c
+++ b/dix/dixfonts.c
@@ -1644,9 +1644,6 @@ FreeFontPath(FontPathElementPtr *list, int n, Bool force)
found++;
}
if (list[i]->refcount != found) {
- ErrorF("FreeFontPath: FPE \"%.*s\" refcount is %d, should be %d; fixing.\n",
- list[i]->name_length, list[i]->name,
- list[i]->refcount, found);
list[i]->refcount = found; /* ensure it will get freed */
}
}