From 2a2efab0b11b7bfeef1a60b6cfd61c8bceb67164 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 27 Apr 2016 00:01:08 +0200 Subject: [PATCH] cleanup: use log_debug_activation --- lib/activate/activate.c | 4 ++-- 1 file 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; } } -- 2.43.5