summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_child.c
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2012-10-15 15:24:15 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-10-29 17:15:37 +0100
commit9e2c64c6d4f5560e27207193efea6536a566865e (patch)
tree506ae170ee255081ebfa76ad25bc7a136b47914c /src/providers/krb5/krb5_child.c
parent644db36ab1111b88abca57d2438b72d618403dde (diff)
downloadsssd-9e2c64c6d4f5560e27207193efea6536a566865e.tar.gz
sssd-9e2c64c6d4f5560e27207193efea6536a566865e.tar.bz2
sssd-9e2c64c6d4f5560e27207193efea6536a566865e.zip
Include talloc log in our debug facility
https://fedorahosted.org/sssd/ticket/1495
Diffstat (limited to 'src/providers/krb5/krb5_child.c')
-rw-r--r--src/providers/krb5/krb5_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index 3e64a865..e7776248 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -2078,7 +2078,7 @@ int main(int argc, const char *argv[])
poptFreeContext(pc);
- CONVERT_AND_SET_DEBUG_LEVEL(debug_level);
+ DEBUG_INIT(debug_level);
debug_prg_name = talloc_asprintf(NULL, "[sssd[krb5_child[%d]]]", getpid());
if (!debug_prg_name) {