From: Matthew Leeds Date: Thu, 1 Mar 2018 23:43:38 +0000 (-0800) Subject: lib/repo-finder-mount: Improve debug message X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~25^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1214395f0e08c9e895e0983edaee4648b07ec69c;p=ostree.git 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 --- diff --git a/src/libostree/ostree-repo-finder-mount.c b/src/libostree/ostree-repo-finder-mount.c index 41aefb75..41a6bed2 100644 --- a/src/libostree/ostree-repo-finder-mount.c +++ b/src/libostree/ostree-repo-finder-mount.c @@ -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 "); } }