mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
Passing array of unsigned chars to Genode::log() function makes it converted to void pointer, resulting in printing its address. Wrapping this array into Genode::Cstring solves this problem and makes it being printed properly as zero-terminaled string. Signed-off-by: Oleg Girko <ol@infoserver.lv> Fixes #3530