diff options
Diffstat (limited to 'src/fastd.c')
-rw-r--r-- | src/fastd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |