commit: 32d16662a911ff06991a3b0bfb2c833df365457a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 20:11:17 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 20:16:40 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=32d16662
read_portage_env_file: make debug print the real location
main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c
index 6ed2566..7c55358 100644
--- a/main.c
+++ b/main.c
@@ -648,7 +648,7 @@ read_portage_env_file(const char *configroot, const char
*file, env_vars vars[])
char *buf, *s, *p;
if (getenv("DEBUG"))
- fprintf(stderr, "profile %s\n", file);
+ fprintf(stderr, "profile %s/%s\n", configroot, file);
configroot_len = strlen(configroot);
file_len = strlen(file);