Przeglądaj źródła

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

Daniel-Constantin Mierla 13 lat temu
rodzic
commit
1cd9a9c32a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sr_module.c

+ 1 - 1
sr_module.c

@@ -622,7 +622,7 @@ reload:
 		if (new_dlflags!=dlflags && new_dlflags!=DEFAULT_DLFLAGS) {
 		if (new_dlflags!=dlflags && new_dlflags!=DEFAULT_DLFLAGS) {
 			/* we have to reload the module */
 			/* we have to reload the module */
 			dlclose(handle);
 			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"
 					" be supported in newer versions; consider using"
 					" mod_register() instead\n", path);
 					" mod_register() instead\n", path);
 			dlflags=new_dlflags;
 			dlflags=new_dlflags;