mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-03-10 07:53:48 +07:00
depmod: add depmod prefix to log messages
This commit is contained in:
parent
a3f16ff704
commit
96b50d3623
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user