| 22 | } |
| 23 | |
| 24 | void DebugLogHelper::check_found() |
| 25 | { |
| 26 | noui_reconnect(); |
| 27 | LogInstance().DeleteCallback(m_print_connection); |
| 28 | if (!m_found && m_match(nullptr)) { |
| 29 | throw std::runtime_error(strprintf("'%s' not found in debug log\n", m_message)); |
| 30 | } |
| 31 | } |
nothing calls this directly
no test coverage detected