aboutsummaryrefslogtreecommitdiff
path: root/net.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2011-03-08 22:55:29 -0500
committerJeff Garzik <[email protected]>2011-03-08 22:55:29 -0500
commit448b4516ff982052e375d42059bcf0fb7e58589f (patch)
treee6810de632bfe97cebec3987282ae8f118d987eb /net.cpp
parentDNS seeding (diff)
downloaddiscoin-448b4516ff982052e375d42059bcf0fb7e58589f.tar.xz
discoin-448b4516ff982052e375d42059bcf0fb7e58589f.zip
dnsseed: fix printf
Diffstat (limited to 'net.cpp')
-rw-r--r--net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.cpp b/net.cpp
index 798c7e562..372402f51 100644
--- a/net.cpp
+++ b/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);
}