commit | af5e62453c1a61c474fce71277ee301475852f3a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Oct 17 14:31:59 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 27 13:50:53 2020 -0400 |
tree | 711438b1ff19b26b2a7a6f796a9c0307af363a58 | |
parent | 0fc9f4fc52e0d2fb6d8aad39f753a8b9cc5299e9 [diff] |
test: log: test message continuation Provide a unit test checking that a continuation message will use the same log level and log category as the previous message. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>