Mesa (master): svga: simplify Mesa version string

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 16 16:45:12 UTC 2018


Module: Mesa
Branch: master
Commit: 03ec67221309b641e690418572b23a24b30eb9a8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03ec67221309b641e690418572b23a24b30eb9a8

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Aug 16 14:09:01 2018 +0100

svga: simplify Mesa version string

Suggested-by: Emil Velikov <emil.l.velikov at gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.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 2a88257746..19920fc16e 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




More information about the mesa-commit mailing list