[MERGE] Syleam branch

bzr revid: christophe@tinyerp.com-20090119102639-c6vkngm5e13vf8lx
This commit is contained in:
Christophe Simonis 2009-01-19 11:26:39 +01:00
commit 50e5495fe2
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ import tools
logger.notifyChannel("server", netsvc.LOG_INFO, "version - %s" % release.version )
for name, value in [('addons_path', tools.config['addons_path']),
('database hostname', tools.config['db_host'] or 'localhost')]:
('database hostname', tools.config['db_host'] or 'localhost'),
('database port', tools.config['db_port'] or '5432'),
('database user', tools.config['db_user'])]:
logger.notifyChannel("server", netsvc.LOG_INFO, "%s - %s" % ( name, value ))
import time