Skip to content

Commit

Permalink
mariabackup - fix string format in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Aug 11, 2021
1 parent 74cb160 commit 582cf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/mariabackup/xtrabackup.cc
Expand Up @@ -3531,7 +3531,7 @@ os_file_readdir_next_file(
if (err == ERROR_NO_MORE_FILES) {
status = 1;
} else {
msg("readdir_next_file in %s returned %lu", dir, err);
msg("FindNextFile in %s returned %lu", dirname, err);
status = -1;
}
}
Expand Down

0 comments on commit 582cf12

Please sign in to comment.