]> sourceware.org Git - lvm2.git/commitdiff
cleanup: use log_debug_activation
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 26 Apr 2016 22:01:08 +0000 (00:01 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 26 Apr 2016 22:01:08 +0000 (00:01 +0200)
lib/activate/activate.c

index f554f19081c994a1617747b34990de6d9d7f0c06..5a7e99ee25ca86b96a9eab8df3fcf15c56c90bc3 100644 (file)
@@ -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;
                }
        }
This page took 2.005559 seconds and 5 git commands to generate.