diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-05-07 18:51:08 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-07 14:35:49 -0400 |
commit | 4246f60ebd574a30392f3bcf5048c2379a17399f (patch) | |
tree | 125f934eaf87315a72d031a2481267b6cd61f086 /src/db/sysdb_ops.c | |
parent | 4c157ecedd52602f75574605ef48d0c48e9bfbe8 (diff) | |
download | sssd-4246f60ebd574a30392f3bcf5048c2379a17399f.tar.gz sssd-4246f60ebd574a30392f3bcf5048c2379a17399f.tar.bz2 sssd-4246f60ebd574a30392f3bcf5048c2379a17399f.zip |
Fix typo in debug message
Diffstat (limited to 'src/db/sysdb_ops.c')
-rw-r--r-- | src/db/sysdb_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb_ops.c b/src/db/sysdb_ops.c index 59b3bcae..7e9b7ce5 100644 --- a/src/db/sysdb_ops.c +++ b/src/db/sysdb_ops.c @@ -1986,7 +1986,7 @@ int sysdb_store_custom(struct sysdb_ctx *sysdb, ret = ldb_modify(sysdb->ldb, msg); } if (ret != LDB_SUCCESS) { - DEBUG(1, ("Failed to store custmo entry: %s(%d)[%s]\n", + DEBUG(1, ("Failed to store custom entry: %s(%d)[%s]\n", ldb_strerror(ret), ret, ldb_errstring(sysdb->ldb))); ret = sysdb_error_to_errno(ret); } |