Commit 582cf12f authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

mariabackup - fix string format in error message

parent 74cb1609
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment