Commit 945c748a authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-18669 mariabackup writes timestamp in version line

Use fprintf(stderr) instead of msg() to print the version line
parent 91d506cf
......@@ -1591,7 +1591,7 @@ static const char *xb_server_default_groups[]={
static void print_version(void)
{
msg("%s based on MariaDB server %s %s (%s)",
fprintf(stderr, "%s based on MariaDB server %s %s (%s)\n",
my_progname, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment