From f2bb9fd6d433440f49dcea9d47f519d23388847f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 4 Jun 2012 17:21:32 +0200 Subject: Add version string to handshake --- src/fastd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fastd.c') diff --git a/src/fastd.c b/src/fastd.c index aa7ed44..9e5e528 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -715,6 +715,8 @@ int main(int argc, char *argv[]) { update_time(&ctx); + pr_info(&ctx, "fastd " FASTD_VERSION " starting"); + init_sockets(&ctx); init_tuntap(&ctx); -- cgit v1.2.3