Browse Source

Fix a typo

pull/924/head
Vladislav Vaintroub 7 years ago
parent
commit
e03ad4f71a
  1. 2
      extra/mariabackup/xtrabackup.cc

2
extra/mariabackup/xtrabackup.cc

@ -4203,7 +4203,7 @@ reread_log_header:
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;
}

Loading…
Cancel
Save