summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-09-13 09:24:38 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-09-13 09:24:38 +0200
commita156fc9a5431cef6a3435e796da6eac4d34c905f (patch)
treef4c1b987a9569c0a6f49a3fa13b3607a64113c11
parent5bf1778e33b07a75aeb8a0f2d42737623e9e8699 (diff)
downloadlvm2-a156fc9a5431cef6a3435e796da6eac4d34c905f.tar.gz
libdm: cleaner debug message
-rw-r--r--libdm/libdm-deptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-deptree.c b/libdm/libdm-deptree.c
index d74bb9c92..cf6a06ec3 100644
--- a/libdm/libdm-deptree.c
+++ b/libdm/libdm-deptree.c
@@ -1783,7 +1783,7 @@ int dm_tree_suspend_children(struct dm_tree_node *dnode,
if (!(r = _node_send_messages(child, uuid_prefix, uuid_prefix_len, 1)))
stack;
else {
- log_debug_activation("Sent messages to thin-pool %s."
+ log_debug_activation("Sent messages to thin-pool %s and "
"skipping suspend of its children.",
_node_name(child));
child->props.skip_suspend++;