Merge "Fix for parenthesis error"

This commit is contained in:
Mark Salyzyn 2014-09-04 22:45:49 +00:00 committed by Gerrit Code Review
commit 1ac35b0996

View file

@ -524,7 +524,7 @@ void LogStatistics::format(char **buf,
short spaces = 2; short spaces = 2;
log_id_for_each(i) { log_id_for_each(i) {
if (!logMask & (1 << i)) { if (!(logMask & (1 << i))) {
continue; continue;
} }
oldLength = string.length(); oldLength = string.length();