浏览代码

core: log message about dlflags from modules was made notice instead of warning

Daniel-Constantin Mierla 13 年之前
父节点
当前提交
1cd9a9c32a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sr_module.c

+ 1 - 1
sr_module.c

@@ -622,7 +622,7 @@ reload:
 		if (new_dlflags!=dlflags && new_dlflags!=DEFAULT_DLFLAGS) {
 			/* we have to reload the module */
 			dlclose(handle);
-			WARN("%s: exports dlflags interface is deprecated and it will not"
+			NOTICE("%s: exports dlflags interface is deprecated and it will not"
 					" be supported in newer versions; consider using"
 					" mod_register() instead\n", path);
 			dlflags=new_dlflags;