summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2013-08-21 01:34:12 +0200
committerPetr Rockai <prockai@redhat.com>2013-08-21 01:35:33 +0200
commitceeb7f620e79e811b4e461bbf661fe70b90c6a14 (patch)
treeeecaecf433230df30dd66e239577379ec6d52707
parenta1dce692177b946ffa9ea85250567ad7abde729a (diff)
downloadlvm2-dev-dct-process-part3.tar.gz
toollib: Remove a spurious (debug) log_error.dev-dct-process-part3
-rw-r--r--tools/toollib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/toollib.c b/tools/toollib.c
index ab0cd0ddb..cc0acaeb3 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -1171,7 +1171,6 @@ int process_each_label(struct cmd_context *cmd, int argc, char **argv, void *han
if (!label_read(dev, &label, 0))
continue;
- log_error("processing %s", dev_name(dev));
ret = process_single_label(cmd, label, handle);
if (ret > ret_max)