Version in base suite: 5.6-10 Base version: brltty_5.6-10 Target version: brltty_5.6-10+deb10u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/b/brltty/brltty_5.6-10.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/b/brltty/brltty_5.6-10+deb10u1.dsc changelog | 7 +++++++ patches/log-spam | 22 ++++++++++++++++++++++ patches/series | 1 + 3 files changed, 30 insertions(+) diff -Nru brltty-5.6/debian/changelog brltty-5.6/debian/changelog --- brltty-5.6/debian/changelog 2019-02-03 22:04:56.000000000 +0000 +++ brltty-5.6/debian/changelog 2019-02-03 22:04:56.000000000 +0000 @@ -1,3 +1,10 @@ +brltty (5.6-10+deb10u1) buster; urgency=medium + + * patches/log-spam: Avoid spamming log with recent Orca which tries to + reconnect periodically. + + -- Samuel Thibault Sun, 03 Feb 2019 23:04:56 +0100 + brltty (5.6-10) unstable; urgency=medium * debian/brltty-udeb.udev.rules: Fix hd detection diff -Nru brltty-5.6/debian/patches/log-spam brltty-5.6/debian/patches/log-spam --- brltty-5.6/debian/patches/log-spam 1970-01-01 00:00:00.000000000 +0000 +++ brltty-5.6/debian/patches/log-spam 2019-02-03 22:04:56.000000000 +0000 @@ -0,0 +1,22 @@ +commit 6e04998b89fd9270f396c53560a3abca85d3e8f8 +Author: Samuel Thibault +Date: Thu Jul 4 20:02:20 2019 +0200 + + Reduce log level of API client connection + + To avoid spamming system logs when Orca tries to reconnect periodically + until a braille device is connected. + +diff --git a/Programs/brlapi_server.c b/Programs/brlapi_server.c +index 7fc9953b8..7809304c1 100644 +--- a/Programs/brlapi_server.c ++++ b/Programs/brlapi_server.c +@@ -2406,7 +2406,7 @@ THREAD_FUNCTION(runServer) { + #ifdef __MINGW32__ + } + #endif /* __MINGW32__ */ +- logMessage(LOG_NOTICE, "BrlAPI connection fd=%"PRIfd" accepted: %s", resfd, source); ++ logMessage(LOG_INFO, "BrlAPI connection fd=%"PRIfd" accepted: %s", resfd, source); + + if (unauthConnections >= UNAUTH_LIMIT) { + writeError(resfd, BRLAPI_ERROR_CONNREFUSED); diff -Nru brltty-5.6/debian/patches/series brltty-5.6/debian/patches/series --- brltty-5.6/debian/patches/series 2019-01-26 22:04:32.000000000 +0000 +++ brltty-5.6/debian/patches/series 2019-02-03 22:04:56.000000000 +0000 @@ -9,3 +9,4 @@ git-new_hedomobiline_usbid atspi2-shutdown policykit-fix +log-spam