From 8dc0e72bcec6f84fc23aa09dc924770d332aa823 Mon Sep 17 00:00:00 2001 From: "J.H.M. Dassen (Ray)" Date: Fri, 5 Apr 2013 10:44:08 +0200 Subject: [PATCH] Use an appropriate log level for the (informational) mount command line logging --- rgmanager/src/resources/utils/fs-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rgmanager/src/resources/utils/fs-lib.sh b/rgmanager/src/resources/utils/fs-lib.sh index 3769acf2a8..5844c8d234 100644 --- a/rgmanager/src/resources/utils/fs-lib.sh +++ b/rgmanager/src/resources/utils/fs-lib.sh @@ -541,7 +541,7 @@ do_mount() { # Mount the device # ocf_log info "mounting $dev on $mp" - ocf_log err "mount $fstype_option $mount_options $dev $mp" + ocf_log debug "mount $fstype_option $mount_options $dev $mp" mount $fstype_option $mount_options "$dev" "$mp" ret_val=$? if [ $ret_val -ne 0 ]; then