diff options
Diffstat (limited to 'xorg-server/dix/resource.c')
-rw-r--r-- | xorg-server/dix/resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/dix/resource.c b/xorg-server/dix/resource.c index 051c8a245..8950fe2f6 100644 --- a/xorg-server/dix/resource.c +++ b/xorg-server/dix/resource.c @@ -490,7 +490,7 @@ AddResource(XID id, RESTYPE type, pointer value) rrec = &clientTable[client];
if (!rrec->buckets)
{
- ErrorF("[dix] AddResource(%lx, %lx, %lx), client=%d \n",
+ ErrorF("[dix] AddResource(%lx, %x, %lx), client=%d \n",
(unsigned long)id, type, (unsigned long)value, client);
FatalError("client not in use\n");
}
|