LOG_OPTION_DEBUG
debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
debugging = (lc->flags & LOG_OPTION_DEBUG);
case LOG_OPTION_DEBUG: