Commit 83db9ad7 authored by Johan Hedberg's avatar Johan Hedberg Committed by Anas Nashif
Browse files

logging: Make prefixes the same length



Make the severity level prefixes the same length. This helps both
readability of mixed level logs, and it's also consistent with how the
levels are named in the public API macros.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent a74137f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
static const char *const severity[] = {
	NULL,
	"err",
	"warn",
	"info",
	"wrn",
	"inf",
	"dbg"
};