Browse Source

- 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 years ago
parent
commit
c1b232179b
1 changed files with 0 additions and 1 deletions
  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;
 }