diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-19 13:28:39 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-19 13:28:39 +0000 |
| commit | b2a8d3e4ccbd3fd4fbb3d302884c6426d66261e0 (patch) | |
| tree | 58dfd90d9789d4d2586f0fe784bdbe4b8ef7d242 | |
| parent | 7125684426216a4195408e2d2884d8a1c28ea726 (diff) | |
| download | lasso-b2a8d3e4ccbd3fd4fbb3d302884c6426d66261e0.tar.gz lasso-b2a8d3e4ccbd3fd4fbb3d302884c6426d66261e0.tar.xz lasso-b2a8d3e4ccbd3fd4fbb3d302884c6426d66261e0.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/id-ff/user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-ff/user.c b/lasso/id-ff/user.c index a530a532..982c3e73 100644 --- a/lasso/id-ff/user.c +++ b/lasso/id-ff/user.c @@ -147,6 +147,7 @@ lasso_user_dump(LassoUser *user) /* dump the assertions */ table_size = g_hash_table_size(user->assertions); if(table_size>0){ + debug(INFO, "Dump assertions\n"); assertions_node = lasso_node_new(); assertions_class = LASSO_NODE_GET_CLASS(assertions_node); assertions_class->set_name(assertions_node, LASSO_USER_ASSERTIONS_NODE); @@ -157,6 +158,7 @@ lasso_user_dump(LassoUser *user) /* dump the identities */ table_size = g_hash_table_size(user->identities); if(table_size>0){ + debug(INFO, "Dump identities\n"); identities_node = lasso_node_new(); identities_class = LASSO_NODE_GET_CLASS(identities_node); identities_class->set_name(identities_node, LASSO_USER_IDENTITIES_NODE); |
