Skip to content

Commit

Permalink
va: add missing space in the env.var override info message
Browse files Browse the repository at this point in the history
Before:
User environment variablerequested driver '...'

After:
User environment variable requested driver '...'

Signed-off-by: Emil Velikov <[email protected]>
  • Loading branch information
evelikov-work authored and evelikov committed Jun 22, 2023
1 parent 234026e commit 8fce3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/va.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ static VAStatus va_new_opendriver(VADisplay dpy)
num_drivers = 1;

va_infoMessage(dpy, "User %srequested driver '%s'\n",
ctx->override_driver_name ? "" : "environment variable",
ctx->override_driver_name ? "" : "environment variable ",
driver);
}

Expand Down

0 comments on commit 8fce3b9

Please sign in to comment.