1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

changed info message

This commit is contained in:
Ryan Tharp 2018-06-18 00:55:06 -07:00
parent b1625e0c3d
commit 7cd13b3f89

View file

@ -98,7 +98,7 @@ namespace llarp
}
llarp::Info("nodedb_dir configured!");
ssize_t loaded = llarp_nodedb_load_dir(nodedb, nodedb_dir);
llarp::Info("nodedb_dir configured! loaded ", loaded, " RCs");
llarp::Info("nodedb_dir loaded ", loaded, " RCs");
if (loaded < 0)
{
// shouldn't be possible