From d4a419dc754ca0adcd6bcea1047a62ffec4f4442 Mon Sep 17 00:00:00 2001 From: Slawomir_Jankowski Date: Tue, 26 Nov 2019 16:49:45 +0100 Subject: [PATCH] Typo fix Fix missing space in phrase. Signed-off-by: Slawomir_Jankowski --- casadm/cas_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/casadm/cas_lib.c b/casadm/cas_lib.c index 7c91725..7d561be 100644 --- a/casadm/cas_lib.c +++ b/casadm/cas_lib.c @@ -1176,8 +1176,8 @@ int core_params_set(unsigned int cache_id, unsigned int core_id, if (ocf_cache_mode_pt == cache_mode) { cas_printf(LOG_WARNING, "Changing parameters for core in Pass-Through mode." - "New values will be saved but will not be effective" - "until switching to another cache mode.\n"); + " New values will be saved but will not be effective" + " until switching to another cache mode.\n"); } for (i = 0; params[i].name; ++i) {