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>
This commit is contained in:
Emil Velikov 2015-03-19 12:40:06 +00:00
parent a08ee77398
commit 93ef0e580e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}