dnsseed: fix printf
This commit is contained in:
parent
f684aec4f3
commit
448b4516ff
1 changed files with 1 additions and 1 deletions
2
net.cpp
2
net.cpp
|
@ -883,7 +883,7 @@ void DNSAddressSeed()
|
|||
}
|
||||
}
|
||||
|
||||
printf("%d addresses found from DNS seeds\n");
|
||||
printf("%d addresses found from DNS seeds\n", found);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue