Skip to content
Permalink
Browse files
MDEV-18669 mariabackup writes timestamp in version line
Use fprintf(stderr) instead of msg() to print the version line
  • Loading branch information
vaintroub committed Feb 20, 2019
1 parent 91d506c commit 945c748
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);
}

0 comments on commit 945c748

Please sign in to comment.