diff options
| author | Jeff Garzik <[email protected]> | 2011-03-08 22:55:29 -0500 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-03-08 22:55:29 -0500 |
| commit | 448b4516ff982052e375d42059bcf0fb7e58589f (patch) | |
| tree | e6810de632bfe97cebec3987282ae8f118d987eb /net.cpp | |
| parent | DNS seeding (diff) | |
| download | discoin-448b4516ff982052e375d42059bcf0fb7e58589f.tar.xz discoin-448b4516ff982052e375d42059bcf0fb7e58589f.zip | |
dnsseed: fix printf
Diffstat (limited to 'net.cpp')
| -rw-r--r-- | net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -883,7 +883,7 @@ void DNSAddressSeed() } } - printf("%d addresses found from DNS seeds\n"); + printf("%d addresses found from DNS seeds\n", found); } |