mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-12-03 00:33:43 +08:00
When logging to stderr, put a \n by default
This commit is contained in:
parent
ae6df84a3c
commit
9df4bda566
@ -71,6 +71,7 @@ static void log_stderr(struct kmod_ctx *ctx,
|
||||
{
|
||||
fprintf(stderr, "libkmod: %s: ", fn);
|
||||
vfprintf(stderr, format, args);
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
const char *kmod_get_dirname(struct kmod_ctx *ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user