* There is no database user by default.

bzr revid: christophe.chauvet@syleam.fr-20081211211218-ofgaaq96rdetw279
This commit is contained in:
Christophe Chauvet 2008-12-11 22:12:18 +01:00
parent 8f5cf3c953
commit b6a4f1b102
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ 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 port', tools.config['db_port'] or '5432'),
('database user', tools.config['db_user'] or 'oerp')]:
('database user', tools.config['db_user'])]:
logger.notifyChannel("server", netsvc.LOG_INFO, "%s - %s" % ( name, value ))
import time