aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-10-06 18:41:17 +0100
committerJoão Valverde <j@v6e.pt>2022-10-08 15:33:47 +0000
commit3949d289d18603ba66a16dfd69d7742997a2e324 (patch)
treeb87dda927161d37de7e83600a85f713a15da5811 /reordercap.c
parent68a581afdcb08fd31aab88494a87e1243b3db15d (diff)
Add log init message to main()
Diffstat (limited to 'reordercap.c')
-rw-r--r--reordercap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/reordercap.c b/reordercap.c
index 92c641e738..074a645b48 100644
--- a/reordercap.c
+++ b/reordercap.c
@@ -9,6 +9,7 @@
*/
#include <config.h>
+#define WS_LOG_DOMAIN LOG_DOMAIN_MAIN
#include <stdio.h>
#include <stdlib.h>
@@ -206,6 +207,8 @@ main(int argc, char *argv[])
/* Early logging command-line initialization. */
ws_log_parse_args(&argc, argv, vcmdarg_err, INVALID_OPTION);
+ ws_noisy("Finished log init and parsing command line log arguments");
+
/* Initialize the version information. */
ws_init_version_info("Reordercap", NULL, NULL);