mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-13 15:39:52 +02:00
test kernel: Don't log on warnings change
Remove the overrides, since they didn't test anything meaningful.
This commit is contained in:
@@ -120,16 +120,6 @@ public:
|
|||||||
BOOST_CHECK_GT(timestamp, 0);
|
BOOST_CHECK_GT(timestamp, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WarningSetHandler(Warning warning, std::string_view message) override
|
|
||||||
{
|
|
||||||
std::cout << "Kernel warning is set: " << message << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
void WarningUnsetHandler(Warning warning) override
|
|
||||||
{
|
|
||||||
std::cout << "Kernel warning was unset." << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
void FlushErrorHandler(std::string_view error) override
|
void FlushErrorHandler(std::string_view error) override
|
||||||
{
|
{
|
||||||
std::cout << error << std::endl;
|
std::cout << error << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user