aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap_spawn.c')
-rw-r--r--extcap_spawn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extcap_spawn.c b/extcap_spawn.c
index e486e4a15a..8b9b5988bf 100644
--- a/extcap_spawn.c
+++ b/extcap_spawn.c
@@ -333,11 +333,11 @@ extcap_wait_for_pipe(HANDLE pipe_h, HANDLE pid)
else if (dw == (WAIT_OBJECT_0 + 1))
{
/* extcap process terminated. */
- g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "extcap terminated without connecting to pipe!");
+ g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "extcap terminated without connecting to pipe.");
}
else if (dw == WAIT_TIMEOUT)
{
- g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "extcap didn't connect to pipe within 30 seconds!");
+ g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "extcap didn't connect to pipe within 30 seconds.");
}
else
{