projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d06870
)
load_config(): Add a space that was missing in a log message
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Mar 2021 15:08:52 +0000
(16:08 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000
(12:34 +0100)
loadcfg.c
patch
|
blob
|
history
diff --git
a/loadcfg.c
b/loadcfg.c
index
79dad3c
..
abb98d7
100644
(file)
--- a/
loadcfg.c
+++ b/
loadcfg.c
@@
-1592,7
+1592,7
@@
struct configuration_spec * load_config(void)
if (config->receive_buffer_size < BUFFER_SIZE)
{
log_error(LOG_LEVEL_INFO,
- "receive-buffer-size %lu seems low and may cause problems."
+ "receive-buffer-size %lu seems low and may cause problems.
"
"Consider setting it to at least %d.",
config->receive_buffer_size, BUFFER_SIZE);
}