This commit is contained in:
@ -216,7 +216,8 @@ auto smb_file::move_to(std::string_view new_path) -> bool {
|
||||
throw utils::error::create_exception({
|
||||
function_name,
|
||||
"failed to connect to share",
|
||||
path_std::to_string(res),
|
||||
path_,
|
||||
std::to_string(res),
|
||||
share_name_,
|
||||
});
|
||||
}
|
||||
@ -381,7 +382,8 @@ auto smb_file::remove() -> bool {
|
||||
throw utils::error::create_exception({
|
||||
function_name,
|
||||
"failed to connect to share",
|
||||
path_std::to_string(res),
|
||||
path_,
|
||||
std::to_string(res),
|
||||
share_name_,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user