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:
parent
7727fdd9f7
commit
1214395f0e
|
|
@ -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 ");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue