Skip to content

Commit 582cf12

Browse files
committed
mariabackup - fix string format in error message
1 parent 74cb160 commit 582cf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/mariabackup/xtrabackup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3531,7 +3531,7 @@ os_file_readdir_next_file(
35313531
if (err == ERROR_NO_MORE_FILES) {
35323532
status = 1;
35333533
} else {
3534-
msg("readdir_next_file in %s returned %lu", dir, err);
3534+
msg("FindNextFile in %s returned %lu", dirname, err);
35353535
status = -1;
35363536
}
35373537
}

0 commit comments

Comments
 (0)