[PATCH] common: console_common: do not store color additions to the log buffer

2019-02-21 Thread Oleksij Rempel
it is needed for raw dmesg output Signed-off-by: Oleksij Rempel --- common/console_common.c | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/common/console_common.c b/common/console_common.c index 4aa54de97a..a4d2636753 100644 --- a/common

Re: [PATCH] common: console_common: do not store color additions to the log buffer

2019-02-25 Thread Sascha Hauer
On Thu, Feb 21, 2019 at 02:55:48PM +0100, Oleksij Rempel wrote: > it is needed for raw dmesg output > > Signed-off-by: Oleksij Rempel > --- > common/console_common.c | 35 ++- > 1 file changed, 18 insertions(+), 17 deletions(-) Applied, thanks Sascha > > diff