diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-19 12:40:06 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-24 17:21:15 +0000 |
commit | 93ef0e580e9cdbe739046a0873971d402525ef00 (patch) | |
tree | 9ca91b8ba4af72f2b4c65a1f9a85e1362ec582f2 /randr | |
parent | a08ee773983c44ebb893f10a1dcfa443f2734277 (diff) |
randr: use randr: prefix in ErrorF()
To provide some information about the origin of the message.
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'randr')
-rw-r--r-- | randr/rrcrtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c index 6d297aad3..dca0691ac 100644 --- a/randr/rrcrtc.c +++ b/randr/rrcrtc.c @@ -428,7 +428,7 @@ rrCreateSharedPixmap(RRCrtcPtr crtc, int width, int height, ret = pScrPriv->rrCrtcSetScanoutPixmap(crtc, spix); if (ret == FALSE) { - ErrorF("failed to set shadow slave pixmap\n"); + ErrorF("randr: failed to set shadow slave pixmap\n"); return FALSE; } |