aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-12-09 14:00:23 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-09 14:00:23 +0200
commit03f3198912c4ed3d0822cba3dee17d0bdc67982b (patch)
treed057f98edbec695f69b8e0768113c7d9237c83f9
parent1b997f5150094bd7f7405dae9b33722a2eadeded (diff)
downloadpies-03f3198912c4ed3d0822cba3dee17d0bdc67982b.tar.gz
pies-03f3198912c4ed3d0822cba3dee17d0bdc67982b.tar.bz2
Version 1.4.97
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--src/syslog.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index cffce15..1ee4715 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-GNU Pies NEWS -- history of user-visible changes. 2020-12-08
+GNU Pies NEWS -- history of user-visible changes. 2020-12-09
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
-Version 1.4.96 (git)
+Version 1.4.97 (git)
* Detect if pies is started from docker
diff --git a/configure.ac b/configure.ac
index 257c513..57d5f92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
-AC_INIT([GNU Pies], [1.4.96], [bug-pies@gnu.org.ua])
+AC_INIT([GNU Pies], [1.4.97], [bug-pies@gnu.org.ua])
AC_CONFIG_SRCDIR([src/pies.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
diff --git a/src/syslog.c b/src/syslog.c
index 3171d0c..4f919b9 100644
--- a/src/syslog.c
+++ b/src/syslog.c
@@ -362,7 +362,7 @@ log_message_enqueue (struct log_message *inmsg)
log_queue_length++;
if (truncated)
- /* Shouldn't happen */
+ /* Make sure at most one truncation message is added */
truncated = 0;
else if (inmsg->trunc)
{

Return to:

Send suggestions and report system problems to the System administrator.