[Privoxy-commits] [privoxy] 01/06: log_error(): Add missing space and new line in fatal error message
User Git
git at git.privoxy.org
Sun Jun 9 15:22:52 CEST 2024
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 58e96466f948ed510d4c8335e0dfdbb2830ff97b
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Jun 3 16:57:34 2024 +0200
log_error(): Add missing space and new line in fatal error message
---
errlog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/errlog.c b/errlog.c
index 27bb4e0c..75040d16 100644
--- a/errlog.c
+++ b/errlog.c
@@ -692,8 +692,8 @@ void log_error(int loglevel, const char *fmt, ...)
#endif
if (loglevel == LOG_LEVEL_FATAL)
{
- fatal_error("Fatal error. You're not supposed to"
- "see this message. Please file a bug report.");
+ fatal_error("Fatal error. You're not supposed to "
+ "see this message. Please file a bug report.\n");
}
return;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list