From: Gustavo Sverzut Barbieri Date: Sat, 10 Dec 2011 11:28:42 +0000 (-0200) Subject: kmod_lookup_alias_from_alias_bin: debug message for mmap case. X-Git-Tag: v1~55^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e245be10054d2aa66a39a3b06f8da1e0d9c97c7;p=thirdparty%2Fkmod.git kmod_lookup_alias_from_alias_bin: debug message for mmap case. --- 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{