aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr_sas.c
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2020-03-13 14:51:11 +0000
committerAlexander Motin <mav@FreeBSD.org>2020-03-13 14:51:11 +0000
commita2386b6f6a872873609354f6099ae97f2de5356b (patch)
tree4ef6d3e7151790ff5ff390dd7164cc68830699c5 /sys/dev/mpr/mpr_sas.c
parentd7ef92ffae63a68eb469c4d768cf0739214b684a (diff)
Notes
Diffstat (limited to 'sys/dev/mpr/mpr_sas.c')
-rw-r--r--sys/dev/mpr/mpr_sas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpr/mpr_sas.c b/sys/dev/mpr/mpr_sas.c
index 045c3c2c9209c..64eed15ea5a6f 100644
--- a/sys/dev/mpr/mpr_sas.c
+++ b/sys/dev/mpr/mpr_sas.c
@@ -308,7 +308,7 @@ mprsas_log_command(struct mpr_command *cm, u_int level, const char *fmt, ...)
{
struct sbuf sb;
va_list ap;
- char str[192];
+ char str[224];
char path_str[64];
if (cm == NULL)