summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-08-16 14:09:01 +0100
committerEric Engestrom <[email protected]>2018-08-16 17:38:31 +0100
commit03ec67221309b641e690418572b23a24b30eb9a8 (patch)
tree9b2563ab487b4ddfb363d67f3b4fcc098197febb /src/gallium
parentbc8abc1adf0355b54e552c0944b8742d237bd1b0 (diff)
svga: simplify Mesa version string
Suggested-by: Emil Velikov <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/svga/svga_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c
index 2a882577462..19920fc16ec 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