summaryrefslogtreecommitdiffstats
path: root/Manage.c
diff options
context:
space:
mode:
authorXiao Ni <xni@redhat.com>2024-05-22 10:50:38 +0200
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-05-24 10:03:53 +0200
commit13a0e92a3ed70c52246a0f0572dee61203994327 (patch)
tree4d97be906793a0ceb27729e800e033d788877f96 /Manage.c
parentMakefile: fix make -s detection (diff)
downloadmdadm-13a0e92a3ed70c52246a0f0572dee61203994327.tar.xz
mdadm-13a0e92a3ed70c52246a0f0572dee61203994327.zip
Change some error messages to info level
These logs are not error logs. Change them to info level. Signed-off-by: Xiao Ni <xni@redhat.com> Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'Manage.c')
-rw-r--r--Manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Manage.c b/Manage.c
index 96e5ee54..5db72b77 100644
--- a/Manage.c
+++ b/Manage.c
@@ -463,7 +463,7 @@ done:
}
if (verbose >= 0)
- pr_err("stopped %s\n", devname);
+ pr_info("stopped %s\n", devname);
map_lock(&map);
map_remove(&map, devnm);
map_unlock(&map);