From: Michael Johnson <mjohnson459 at gmail.com>
To: ell at lists.01.org
Subject: [PATCH v2 3/3] unit: Pass in max logging level for dhcp
Date: Tue, 17 May 2022 17:56:38 +0100 [thread overview]
Message-ID: <20220517165638.139029-3-mjohnson459@gmail.com> (raw)
In-Reply-To: 20220517165638.139029-1-mjohnson459@gmail.com
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
---
unit/test-dhcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unit/test-dhcp.c b/unit/test-dhcp.c
index e734e03..3c340fc 100644
--- a/unit/test-dhcp.c
+++ b/unit/test-dhcp.c
@@ -811,7 +811,7 @@ static struct l_dhcp_client *client_init(const uint8_t *mac)
event_handler_lease_obtained, NULL, NULL));
if (verbose)
- l_dhcp_client_set_debug(client, do_debug, "[DHCP1] ", NULL);
+ l_dhcp_client_set_debug(client, do_debug, "[DHCP1] ", NULL, L_LOG_DEBUG);
transport->send = fake_transport_send;
transport->l2_send = fake_transport_l2_send;
--
2.25.1
reply other threads:[~2022-05-17 16:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220517165638.139029-3-mjohnson459@gmail.com \
--to=ell@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).