summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorJason King <jason.king@joyent.com>2018-03-06 23:12:17 -0600
committerJason King <jason.king@joyent.com>2020-03-20 06:19:40 +0000
commitf99ce6e454b2b95adc0dd381b6e711f791bf8c92 (patch)
treec049177b6f995a5179260c93507b97a7c1bf25e1 /usr/src
parent62605d53d0ba1537e8e2d379731194b51afc5736 (diff)
downloadillumos-joyent-f99ce6e454b2b95adc0dd381b6e711f791bf8c92.tar.gz
Adjust TS log levels
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/cmd-inet/usr.lib/in.ikev2d/ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.lib/in.ikev2d/ts.c b/usr/src/cmd/cmd-inet/usr.lib/in.ikev2d/ts.c
index 965bde2924..72d085690d 100644
--- a/usr/src/cmd/cmd-inet/usr.lib/in.ikev2d/ts.c
+++ b/usr/src/cmd/cmd-inet/usr.lib/in.ikev2d/ts.c
@@ -278,7 +278,7 @@ ts_negotiate_one(pkt_payload_t *restrict pay, ts_t *restrict ts,
}
(void) snprintf(msg, sizeof (msg), "Selected %s", ts_type);
- range_log(log, BUNYAN_L_TRACE, msg, &res);
+ range_log(log, BUNYAN_L_DEBUG, msg, &res);
range_to_ts(&res, ts);
return (B_TRUE);