1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-14 19:06:55 +02:00

Ignore offline bootstrap nodes, small refactor of Nodes struct

This commit is contained in:
Jfreegman
2016-09-21 12:51:57 -04:00
parent 221d761ff4
commit 703d5419a3
4 changed files with 75 additions and 44 deletions

View File

@@ -1143,7 +1143,7 @@ int main(int argc, char **argv)
int nodeslist_ret = load_DHT_nodeslist();
if (nodeslist_ret != 0) {
queue_init_message("DHT nodeslist failed to load (error %d)\n", nodeslist_ret);
queue_init_message("DHT nodeslist failed to load (error %d)", nodeslist_ret);
}
#ifdef X11