libpkgconf: fragment: add debug to document post-subst output to parser

pull/144/head
William Pitcock 2017-09-23 00:11:37 -05:00
parent 95b68f7c02
commit db56c80d92
1 changed files with 2 additions and 0 deletions

View File

@ -617,6 +617,8 @@ pkgconf_fragment_parse(const pkgconf_client_t *client, pkgconf_list_t *list, pkg
char **argv;
char *repstr = pkgconf_tuple_parse(client, vars, value);
PKGCONF_TRACE(client, "post-subst: [%s] -> [%s]", value, repstr);
ret = pkgconf_argv_split(repstr, &argc, &argv);
if (ret < 0)
{