kmod_lookup_alias_from_alias_bin: debug message for mmap case.

This commit is contained in:
Gustavo Sverzut Barbieri 2011-12-10 09:28:42 -02:00
parent 85132101e4
commit 3e245be100
1 changed files with 2 additions and 0 deletions

View File

@ -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{