lib/repo-finder-mount: Improve debug message

This makes it easier to tell which mount is being checked when repos are
found.

Closes: #1477
Approved by: cgwalters
This commit is contained in:
Matthew Leeds 2018-03-01 15:43:38 -08:00 committed by Atomic Bot
parent 7727fdd9f7
commit 1214395f0e

View File

@ -295,8 +295,8 @@ scan_and_add_repo (int dfd,
};
g_array_append_val (inout_repos_refs, val);
g_debug ("%s: Adding repo %s (%ssortable)",
G_STRFUNC, path, sortable ? "" : "not ");
g_debug ("%s: Adding repo %s on mount %s (%ssortable)",
G_STRFUNC, path, mount_name, sortable ? "" : "not ");
}
}