From 3e245be10054d2aa66a39a3b06f8da1e0d9c97c7 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 10 Dec 2011 09:28:42 -0200 Subject: [PATCH] kmod_lookup_alias_from_alias_bin: debug message for mmap case. --- libkmod/libkmod.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c index a41517e6..8e4209d9 100644 --- a/libkmod/libkmod.c +++ b/libkmod/libkmod.c @@ -363,6 +363,8 @@ static int kmod_lookup_alias_from_alias_bin(struct kmod_ctx *ctx, struct index_value *realnames, *realname; if (ctx->indexes[index_number] != NULL) { + DBG(ctx, "use mmaped index '%s' for name=%s\n", + index_files[index_number], name); realnames = index_mm_searchwild(ctx->indexes[index_number], name); } else{ -- 2.47.2