From 96b50d362349d78b3dd452e80221ab6ed0563002 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 5 Nov 2012 02:07:09 -0200 Subject: [PATCH] depmod: add depmod prefix to log messages --- tools/depmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depmod.c b/tools/depmod.c index f2f0b77..410de3e 100644 --- a/tools/depmod.c +++ b/tools/depmod.c @@ -170,7 +170,7 @@ static void _log(int prio, const char *fmt, ...) prioname = buf; } - fprintf(stderr, "%s: %s", prioname, msg); + fprintf(stderr, "depmod: %s: %s", prioname, msg); free(msg); if (prio <= LOG_CRIT) -- 2.7.4