mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-03-07 21:34:58 +07:00
Add missing newlines
This commit is contained in:
parent
9eaad1f63a
commit
e915f92ad3
@ -281,7 +281,7 @@ int kmod_lookup_alias_from_alias_bin(struct kmod_ctx *ctx, const char *file,
|
||||
if (asprintf(&fn, "%s/%s.bin", ctx->dirname, file) < 0)
|
||||
return -ENOMEM;
|
||||
|
||||
DBG(ctx, "file=%s name=%s", fn, name);
|
||||
DBG(ctx, "file=%s name=%s\n", fn, name);
|
||||
|
||||
index = index_file_open(fn);
|
||||
if (index == NULL) {
|
||||
@ -354,7 +354,7 @@ int kmod_lookup_alias_from_moddep_file(struct kmod_ctx *ctx, const char *name,
|
||||
if (asprintf(&fn, "%s/%s.bin", ctx->dirname, moddep_file) < 0)
|
||||
return -ENOMEM;
|
||||
|
||||
DBG(ctx, "file=%s modname=%s", fn, name);
|
||||
DBG(ctx, "file=%s modname=%s\n", fn, name);
|
||||
|
||||
index = index_file_open(fn);
|
||||
if (index == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user