Added more tests

This commit is contained in:
SChernykh
2021-09-06 15:49:39 +02:00
parent 6dd5dcec39
commit d3dc4c731f
10 changed files with 153 additions and 9 deletions
+2 -1
View File
@@ -1011,7 +1011,8 @@ int p2pool::run()
LOGINFO(1, "uv_run exited, result = " << rc);
}
catch (const std::exception& e) {
LOGERR(1, "exception " << e.what());
const char* s = e.what();
LOGERR(1, "exception " << s);
panic();
}