Skip to content
Permalink
Browse files
Fix a typo
  • Loading branch information
vaintroub committed Apr 29, 2019
1 parent 1b577e4 commit e03ad4f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -4203,7 +4203,7 @@ static bool xtrabackup_backup_func()
memset(&stat_info, 0, sizeof(MY_STAT));
dst_log_file = ds_open(ds_redo, "ib_logfile0", &stat_info);
if (dst_log_file == NULL) {
msg("§rror: failed to open the target stream for "
msg("Error: failed to open the target stream for "
"'ib_logfile0'.");
goto fail;
}

0 comments on commit e03ad4f

Please sign in to comment.