lib: debug-log moving / unlinking
This commit is contained in:
@ -209,7 +209,8 @@ clear_links(const std::string& path, DIR* dir)
|
||||
mu_warning("error unlinking {}: {}", fullpath, g_strerror(errno));
|
||||
res = false;
|
||||
/* LCOV_EXCL_STOP*/
|
||||
}
|
||||
} else
|
||||
mu_debug("unlinked linksdir {}", fullpath);
|
||||
break;
|
||||
case DT_DIR: {
|
||||
DIR* subdir{::opendir(fullpath.c_str())};
|
||||
@ -263,6 +264,8 @@ msg_move_verify(const std::string& src, const std::string& dst)
|
||||
mu_debug("source is still there ({}->{})", src, dst);
|
||||
}
|
||||
|
||||
mu_debug("moved {} -> {}", src, dst);
|
||||
|
||||
return Ok();
|
||||
}
|
||||
/* LCOV_EXCL_STOP*/
|
||||
|
||||
Reference in New Issue
Block a user