Remove OCF prefix

This commit is contained in:
wolszews
2018-12-06 15:44:17 +01:00
committed by Wojciech Olszewski
parent d037a858a0
commit 0cb11b0d3c
4 changed files with 3 additions and 5 deletions

View File

@@ -585,7 +585,7 @@ static int _ocf_engine_refresh(struct ocf_request *rq)
else
ENV_BUG();
} else {
ENV_WARN(true, OCF_PREFIX_SHORT" Inconsistent request");
ENV_WARN(true, "Inconsistent request");
rq->error = -EINVAL;
/* Complete request */