Sweep operations might not create any txs, so make logging more precise

This commit is contained in:
Duke Leto
2022-09-06 11:19:16 -04:00
parent 456cf77b65
commit 8581012163

View File

@@ -64,7 +64,7 @@ void AsyncRPCOperation_sweep::main() {
set_state(OperationStatus::FAILED);
}
std::string s = strprintf("%s: Sweep transaction created. (status=%s", getId(), getStateAsString());
std::string s = strprintf("%s: Sweep operation finished. (status=%s", getId(), getStateAsString());
if (success) {
s += strprintf(", success)\n");
} else {