projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fca583
)
bind_port(): Add period to a log message
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 16 Oct 2022 09:13:44 +0000
(11:13 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 16 Oct 2022 09:37:19 +0000
(11:37 +0200)
jbsockets.c
patch
|
blob
|
history
diff --git
a/jbsockets.c
b/jbsockets.c
index
e26bc62
..
ca1c26f
100644
(file)
--- a/
jbsockets.c
+++ b/
jbsockets.c
@@
-912,7
+912,7
@@
int bind_port(const char *hostnam, int portnum, int backlog, jb_socket *pfd)
if ((-1 == retval) || (sizeof(servnam) <= retval))
{
log_error(LOG_LEVEL_ERROR,
- "Port number (%d) ASCII decimal representation doesn't fit into 6 bytes",
+ "Port number (%d) ASCII decimal representation doesn't fit into 6 bytes
.
",
portnum);
return -1;
}