mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
svga: simplify Mesa version string
Suggested-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
bc8abc1adf
commit
03ec672213
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue