Add brace missing in r254253.
This commit is contained in:
parent
550941808c
commit
a6307f58e2
@ -308,7 +308,7 @@ mpssas_log_command(struct mps_command *cm, u_int level, const char *fmt, ...)
|
||||
return;
|
||||
|
||||
/* No need to be in here if debugging isn't enabled */
|
||||
if (cm->cm_sc->mps_debug & level) == 0)
|
||||
if ((cm->cm_sc->mps_debug & level) == 0)
|
||||
return;
|
||||
|
||||
sbuf_new(&sb, str, sizeof(str), 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user