mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix bugprone-lambda-function-name errors
Can be reviewed with --color-moved=dimmed-zebra
This commit is contained in:
parent
2a349f9ea5
commit
faa769db5a
4 changed files with 25 additions and 19 deletions
|
|
@ -5953,8 +5953,8 @@ bool ChainstateManager::ValidatedSnapshotCleanup()
|
|||
fs::path p_old,
|
||||
fs::path p_new,
|
||||
const fs::filesystem_error& err) {
|
||||
LogPrintf("%s: error renaming file (%s): %s\n",
|
||||
__func__, fs::PathToString(p_old), err.what());
|
||||
LogPrintf("Error renaming path (%s) -> (%s): %s\n",
|
||||
fs::PathToString(p_old), fs::PathToString(p_new), err.what());
|
||||
GetNotifications().fatalError(strprintf(
|
||||
"Rename of '%s' -> '%s' failed. "
|
||||
"Cannot clean up the background chainstate leveldb directory.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue