LOG_ERROR
LOG_ERROR("pmf: parse error, not enough data\n");
LOG_ERROR("pmf: command code %d unknown !\n", ccode);
LOG_ERROR("pmf: no parser for command %d !\n", ccode);
LOG_ERROR("pmf: parser for command %d returned"
#define LOG_FLAG_Error_I2cAux LOG_ERROR
fas216_log(info, LOG_ERROR, "timed out waiting for message byte");
fas216_log(info, LOG_ERROR, "unexpected phase change: status = %02x", stat);
fas216_log(info, LOG_ERROR, "parity error during message in phase");
level_mask |= LOG_ERROR;
fas216_log(info, LOG_ERROR, "illegal command given\n");
fas216_log(info, LOG_ERROR, "sending bus device reset");
fas216_log(info, LOG_ERROR, "fas216 device reset complete");
fas216_log(info, LOG_ERROR, "error handling timed out\n");
fas216_log(info, LOG_ERROR, "device reset for target %d", target);
fas216_log(info, LOG_ERROR, "device reset complete: %s\n",
fas216_log(info, LOG_ERROR, "resetting bus");
fas216_log(info, LOG_ERROR, "bus reset complete: %s\n",
fas216_log(info, LOG_ERROR, "resetting host");
fas216_log(info, LOG_ERROR, "null buffer passed to "
fas216_log(info, LOG_BUFFER | LOG_ERROR,
static int level_mask = LOG_ERROR;