浏览代码

- cleanup in modules, instead of logging module initialization
in each mod_init (with different messages, levels..) do this
in the core


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4657 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 年之前
父节点
当前提交
c1b232179b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules/db_postgres/km_db_postgres.c

+ 0 - 1
modules/db_postgres/km_db_postgres.c

@@ -69,7 +69,6 @@ struct module_exports exports = {
 
 static int mod_init(void)
 {
-	LM_INFO("initializing...\n");
 	return 0;
 }