From 3949d289d18603ba66a16dfd69d7742997a2e324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 6 Oct 2022 18:41:17 +0100 Subject: Add log init message to main() --- randpkt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'randpkt.c') diff --git a/randpkt.c b/randpkt.c index e255e13c17..5647de4b3e 100644 --- a/randpkt.c +++ b/randpkt.c @@ -10,6 +10,7 @@ */ #include +#define WS_LOG_DOMAIN LOG_DOMAIN_MAIN #include @@ -135,6 +136,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"); + /* * Get credential information for later use. */ -- cgit v1.2.3