summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-04-27 00:01:08 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-04-27 00:01:08 +0200
commit2a2efab0b11b7bfeef1a60b6cfd61c8bceb67164 (patch)
tree618eb83a2b2c4b09be3b45f85b1dfc29a2a00ca2
parentc81005dcc46bc55d0d4e5094f6ef99e36cecd486 (diff)
downloadlvm2-2a2efab0b11b7bfeef1a60b6cfd61c8bceb67164.tar.gz
cleanup: use log_debug_activation
-rw-r--r--lib/activate/activate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/activate/activate.c b/lib/activate/activate.c
index f554f1908..5a7e99ee2 100644
--- a/lib/activate/activate.c
+++ b/lib/activate/activate.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
- * Copyright (C) 2004-2013 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2004-2016 Red Hat, Inc. All rights reserved.
*
* This file is part of LVM2.
*
@@ -615,7 +615,7 @@ int module_present(struct cmd_context *cmd, const char *target_name)
path[i] = '_'; /* replace '-' with '_' */
if ((lstat(path, &st) == 0) && S_ISDIR(st.st_mode)) {
- log_debug("Module directory %s exists.", path);
+ log_debug_activation("Module directory %s exists.", path);
return 1;
}
}