[Mesa-dev] [PATCH mesa v2 3/3] svga: simplify Mesa version string
Eric Engestrom
eric.engestrom at intel.com
Thu Aug 16 13:24:58 UTC 2018
Suggested-by: Emil Velikov <emil.l.velikov at gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
src/gallium/drivers/svga/svga_screen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c
index 2a8825774623ea8d2745..19920fc16ec54e4a2dfe 100644
--- a/src/gallium/drivers/svga/svga_screen.c
+++ b/src/gallium/drivers/svga/svga_screen.c
@@ -889,7 +889,7 @@ init_logging(struct pipe_screen *screen)
svga_host_log(host_log);
util_snprintf(host_log, sizeof(host_log) - strlen(log_prefix),
- "%s%s" MESA_GIT_SHA1, log_prefix, PACKAGE_VERSION);
+ "%s" PACKAGE_VERSION MESA_GIT_SHA1, log_prefix);
svga_host_log(host_log);
/* If the SVGA_EXTRA_LOGGING env var is set, log the process's command
--
Cheers,
Eric
More information about the mesa-dev
mailing list