libpkgconf: tuple: add some trace logging

pull/164/head
William Pitcock 2017-12-11 17:39:12 -06:00
parent 7274357565
commit 973aff21e9
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const ch
pkgconf_tuple_find_delete(list, key);
PKGCONF_TRACE(client, "adding tuple to @%p: %s => %s (parsed? %d)", list, key, value, parse);
tuple->key = strdup(key);
if (parse)
tuple->value = pkgconf_tuple_parse(client, list, value);