projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9072085
)
Remove stray space
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 2 Jun 2024 13:45:16 +0000
(15:45 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 9 Jun 2024 13:24:07 +0000
(15:24 +0200)
errlog.c
patch
|
blob
|
history
diff --git
a/errlog.c
b/errlog.c
index
f135e31
..
3446b72
100644
(file)
--- a/
errlog.c
+++ b/
errlog.c
@@
-652,7
+652,7
@@
void log_error(int loglevel, const char *fmt, ...)
char outbuf[LOG_BUFFER_SIZE+1];
char tempbuf[LOG_BUFFER_SIZE];
size_t length = 0;
- const char *
src = fmt;
+ const char *src = fmt;
long thread_id;
char timestamp[30];
const size_t log_buffer_size = LOG_BUFFER_SIZE;