mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 01:08:01 +00:00
save for testing
This commit is contained in:
@@ -47,11 +47,12 @@
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <signal.h>
|
||||
|
||||
static void
|
||||
noticeReceiver(void* arg, PGresult const* res)
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(info) << "server message: " << PQresultErrorMessage(res);
|
||||
BOOST_LOG_TRIVIAL(debug) << "server message: " << PQresultErrorMessage(res);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user