summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tun.c b/tun.c
index 0e4476e..59e87dc 100644
--- a/tun.c
+++ b/tun.c
@@ -3481,6 +3481,7 @@ ipconfig_register_dns (const struct env_set *es)
bool status;
const char err[] = "ERROR: Windows ipconfig command failed";
+ msg (D_TUNTAP_INFO, "Start net commands...");
netcmd_semaphore_lock ();
argv_init (&argv);
@@ -3514,6 +3515,7 @@ ipconfig_register_dns (const struct env_set *es)
argv_reset(&argv);
netcmd_semaphore_release ();
+ msg (D_TUNTAP_INFO, "End net commands...");
}
void