From fd6d00c56064cc770068726da16db8b1ea6bd217 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 27 Nov 2018 09:41:45 +0100 Subject: hush: Add pr_fmt define To give the hush debug output more context. Signed-off-by: Sascha Hauer --- common/hush.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/hush.c b/common/hush.c index 792b61ac9a..386b3d7aef 100644 --- a/common/hush.c +++ b/common/hush.c @@ -106,6 +106,9 @@ * General Public License for more details. * */ + +#define pr_fmt(fmt) "hush: " fmt + #include /* malloc, free, realloc*/ #include #include /* isalpha, isdigit */ -- cgit v1.2.3