dect
/
asterisk
Archived
13
0
Fork 0

Fix missing newline to notice (bug #3775)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5183 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-03-16 18:33:56 +00:00
parent a6c3e2c0bc
commit 886d84c9de
1 changed files with 1 additions and 1 deletions

View File

@ -8556,7 +8556,7 @@ int load_module(void)
return -1;
} else {
if (option_verbose > 1)
ast_verbose(VERBOSE_PREFIX_2 "Binding IAX2 to default address 0.0.0.0:%d", IAX_DEFAULT_PORTNO);
ast_verbose(VERBOSE_PREFIX_2 "Binding IAX2 to default address 0.0.0.0:%d\n", IAX_DEFAULT_PORTNO);
defaultsockfd = ast_netsock_sockfd(ns);
}
}