From 319d9c857e7a4c9d3653389e847e5c16fbfb3256 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 18 Feb 2014 23:19:53 +0100 Subject: xfree86: Make error message more readable While at it also replace a tab by four spaces for consistency. Signed-off-by: Thierry Reding Reviewed-by: Aaron Plattner Tested-By: Aaron Plattner Signed-off-by: Aaron Plattner --- hw/xfree86/os-support/linux/lnx_platform.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/linux/lnx_platform.c b/hw/xfree86/os-support/linux/lnx_platform.c index 188dc5b76..181474f92 100644 --- a/hw/xfree86/os-support/linux/lnx_platform.c +++ b/hw/xfree86/os-support/linux/lnx_platform.c @@ -39,8 +39,9 @@ get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index) err = drmSetInterfaceVersion(fd, &sv); if (err) { - ErrorF("setversion 1.4 failed: %s\n", strerror(-err)); - goto out; + xf86Msg(X_ERROR, "%s: failed to set DRM interface version 1.4: %s\n", + path, strerror(-err)); + goto out; } /* for a delayed probe we've already added the device */ -- cgit v1.2.3