[elbe-devel] [PATCH] log: Fix async_logging()

Olivier Dion dion at linutronix.de
Fri Jun 5 21:26:16 CEST 2020


On Wed, 03 Jun 2020, Olivier Dion <dion at linutronix.de> wrote:
> The following changes since commit 1daf4493b4df905b8146359895c92a35c19153ff:
>
>   Remove unnecessary python build dependencies (2020-05-20 09:13:12 +0200)
>
> are available in the Git repository at:
>
>   git at lxcvs:linutronix/elbe/elbe.git devel/dion/fix-log
>
> for you to fetch changes up to 65cd0aafcd13642500eeaa377b45661fc85ed4e8:
>
>   log: Fix async_logging() (2020-06-03 11:44:47 -0400)
>
> ----------------------------------------------------------------
> Olivier Dion (1):
>       log: Fix async_logging()
>
>  elbepack/log.py | 57 +++++++++++++++++++++++++++------------------------------
>  1 file changed, 27 insertions(+), 30 deletions(-)
> -- 
> Olivier Dion
> Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen

Sorry!  There's an error with encoding from bytes to strings!  I only
added a decode utf-8 after reading from the pipe and changed the rest
from bytes() to "".  The relevant changes can be found at:

The following changes since commit 1daf4493b4df905b8146359895c92a35c19153ff:

  Remove unnecessary python build dependencies (2020-05-20 09:13:12 +0200)

are available in the Git repository at:

  git at lxcvs:linutronix/elbe/elbe.git devel/dion/fix-log

for you to fetch changes up to 43fa70b89599369f96624b7468d0874852be030e:

  log: Fix async_logging() (2020-06-05 15:19:42 -0400)

----------------------------------------------------------------
Olivier Dion (1):
      log: Fix async_logging()

 elbepack/log.py | 59 +++++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 31 deletions(-)
-- 
Olivier Dion
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen



More information about the elbe-devel mailing list