소스 검색

- 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;
 }