summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl_fileop.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr.rtl/rtl_fileop.subr')
-rw-r--r--subr.rtl/rtl_fileop.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.rtl/rtl_fileop.subr b/subr.rtl/rtl_fileop.subr
index 53666eaf..d69cead7 100644
--- a/subr.rtl/rtl_fileop.subr
+++ b/subr.rtl/rtl_fileop.subr
@@ -18,7 +18,7 @@ rtlp_fileop_check() {
rtlp_fileop_log() {
local _msg="${1}";
if [ "${RTLP_FILEOP_LOG:-0}" -eq 1 ]; then
- rtl_log_msg debug "${_msg}";
+ rtl_log_msg notice "${_msg}";
fi;
};