Whitespace changes only

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-03-11 16:28:03 +00:00
parent 5176911dfe
commit 408228bfb8

View File

@@ -430,10 +430,11 @@ static int config_module(int reload)
}
if (option_debug) {
if (ast_strlen_zero(pghostname))
if (ast_strlen_zero(pghostname)) {
ast_debug(1, "cdr_pgsql: using default unix socket\n");
else
} else {
ast_debug(1, "cdr_pgsql: got hostname of %s\n", pghostname);
}
ast_debug(1, "cdr_pgsql: got port of %s\n", pgdbport);
ast_debug(1, "cdr_pgsql: got user of %s\n", pgdbuser);
ast_debug(1, "cdr_pgsql: got dbname of %s\n", pgdbname);