mariabackup - fix string format in error message
This commit is contained in:
parent
74cb160992
commit
582cf12f94
@ -3531,7 +3531,7 @@ next_file:
|
|||||||
if (err == ERROR_NO_MORE_FILES) {
|
if (err == ERROR_NO_MORE_FILES) {
|
||||||
status = 1;
|
status = 1;
|
||||||
} else {
|
} else {
|
||||||
msg("readdir_next_file in %s returned %lu", dir, err);
|
msg("FindNextFile in %s returned %lu", dirname, err);
|
||||||
status = -1;
|
status = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user