mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
some logging
This commit is contained in:
@@ -65,6 +65,8 @@ int main() {
|
||||
con->readsome(temp.data(),temp.size());
|
||||
std::cout << temp;
|
||||
std::cout.flush();
|
||||
s.get_alog().write(websocketpp::log::alevel::app,
|
||||
"Got input bytes: "+temp);
|
||||
}
|
||||
|
||||
/*char buf[512];
|
||||
|
||||
Reference in New Issue
Block a user