summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2016-06-17 11:59:15 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-18 18:14:03 +0200
commitc02b8482375837b57cb618ed56d4bede0e006d9d (patch)
tree39a996e739ada0756c4bf9fb3743d9fae41109cb /src/providers/krb5
parent88573e13382f7d3ee112bed7b1f79eac00f1304b (diff)
downloadsssd-c02b8482375837b57cb618ed56d4bede0e006d9d.tar.gz
sssd-c02b8482375837b57cb618ed56d4bede0e006d9d.tar.xz
sssd-c02b8482375837b57cb618ed56d4bede0e006d9d.zip
Remove braces from DEBUG statements
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/krb5')
-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 fff6a0a0c..3157e38af 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -172,7 +172,7 @@ static void revert_changepw_options(krb5_get_init_creds_opt *options)
kerr = set_lifetime_options(options);
if (kerr != 0) {
- DEBUG(SSSDBG_OP_FAILURE, ("set_lifetime_options failed.\n"));
+ DEBUG(SSSDBG_OP_FAILURE, "set_lifetime_options failed.\n");
}
}