Skip to content
Snippets Groups Projects
Commit 0df2fbe5 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tools/dhtcnode: print version on startup

parent c39eceed
Branches
Tags
No related merge requests found
......@@ -178,6 +178,8 @@ parse_args(int argc, char **argv) {
int main(int argc, char **argv)
{
printf("OpenDHT version %s\n", dht_version());
struct dht_params params = parse_args(argc, argv);
dht_runner* runner = dht_runner_new();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment