diff options
author | Xiao Ni <xni@redhat.com> | 2024-05-22 10:50:38 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-05-24 10:03:53 +0200 |
commit | 13a0e92a3ed70c52246a0f0572dee61203994327 (patch) | |
tree | 4d97be906793a0ceb27729e800e033d788877f96 /Manage.c | |
parent | Makefile: fix make -s detection (diff) | |
download | mdadm-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |