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