summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-28 21:27:35 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-28 21:27:35 +0000
commitf8b361e5bcea212fd0635df1b199b2016b14f508 (patch)
tree18e86ea8873518e3e3172fa4a7dd10dcbec57359 /src/uanytun.c
parentadded forgotten set functions to packets (diff)
some cleanup
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index cebfd39..a7e1f7d 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -130,6 +130,8 @@ int main(int argc, char* argv[])
log_init("uanytun", DAEMON);
signal_init();
+ log_printf(NOTICE, "just started...");
+
options_t* opt;
int ret = options_parse(&opt, argc, argv);
if(ret) {