From 77d31a83ed212d95fc98ce190da0a632a50c4676 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 5 Oct 2023 20:21:49 +0000 Subject: oe-go-mod-autogen: add extra information to duplicate module paths Signed-off-by: Bruce Ashfield --- scripts/oe-go-mod-autogen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/oe-go-mod-autogen.py') diff --git a/scripts/oe-go-mod-autogen.py b/scripts/oe-go-mod-autogen.py index 2970847e..c44c096a 100755 --- a/scripts/oe-go-mod-autogen.py +++ b/scripts/oe-go-mod-autogen.py @@ -627,7 +627,7 @@ do_compile:prepend() { if module_to_check == m: continue if not m.startswith('%s/' % module_to_check): - logger.warning("%s is sharing repo (%s) with other modules, and it might need a subpath. Please double check" % (module_to_check, repo)) + logger.warning("%s is sharing repo (%s) with other modules, and it might need a subpath. Please double check: %s and: %s" % (module_to_check, repo, nosubpath_modules,m)) continue # -- cgit v1.2.3-54-g00ecf