Add missing new line in error message
Signed-off-by: Michal Wysoczanski <michal.wysoczanski@intel.com>
This commit is contained in:
parent
3b47de6236
commit
d27f81c588
@ -45,7 +45,7 @@ int ocf_ctx_register_volume_type(ocf_ctx_t ctx, uint8_t type_id,
|
||||
return 0;
|
||||
|
||||
err:
|
||||
ocf_log(ctx, log_err, "Failed to register volume operations '%s'",
|
||||
ocf_log(ctx, log_err, "Failed to register volume operations '%s'\n",
|
||||
properties->name);
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user