From 96c4abee626b83d5847ca3c34b2e6fdf6534b56f Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 28 Apr 2011 19:59:17 +0000 Subject: [PATCH] Missing space in debug message --- lib/device/dev-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/device/dev-cache.c b/lib/device/dev-cache.c index 4589b25af..0da0c3421 100644 --- a/lib/device/dev-cache.c +++ b/lib/device/dev-cache.c @@ -546,7 +546,7 @@ static void _insert_dirs(struct dm_list *dirs) "cache fully", dl->dir); } else if (!_insert_dir(dl->dir)) - log_debug("%s: Failed to insert devices to" + log_debug("%s: Failed to insert devices to " "device cache fully", dl->dir); } }