AHV logs when stopped (#30585)

This commit is contained in:
Brooks 2023-03-03 16:44:30 -07:00 committed by GitHub
parent cd652a7e20
commit 1cf0ce1215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ impl AccountsHashVerifier {
std::thread::sleep(LOOP_LIMITER);
}
}
info!("Accounts Hash Verifier has stopped");
})
.unwrap();
Self {