diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2019-04-24 11:44:32 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2019-04-29 12:40:51 +0100 |
commit | e03ad4f71ae9f897b3ddd94269c7ae922ca0505c (patch) | |
tree | 020d1a66e5788dd931d97f15c0eedd25a398441d /extra | |
parent | 1b577e4d8baf962a7eb0ff8c946697b1e3d8f412 (diff) | |
download | mariadb-git-e03ad4f71ae9f897b3ddd94269c7ae922ca0505c.tar.gz |
Fix a typo
Diffstat (limited to 'extra')
-rw-r--r-- | extra/mariabackup/xtrabackup.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc index 07d21029733..eae55ddb02e 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/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; } |