Add brace missing in r254253.

This commit is contained in:
mav 2013-08-12 20:17:37 +00:00
parent 550941808c
commit a6307f58e2

View File

@ -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);