summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_ops.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-05-07 18:51:08 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-05-07 14:35:49 -0400
commit4246f60ebd574a30392f3bcf5048c2379a17399f (patch)
tree125f934eaf87315a72d031a2481267b6cd61f086 /src/db/sysdb_ops.c
parent4c157ecedd52602f75574605ef48d0c48e9bfbe8 (diff)
downloadsssd_unused-4246f60ebd574a30392f3bcf5048c2379a17399f.tar.gz
sssd_unused-4246f60ebd574a30392f3bcf5048c2379a17399f.tar.xz
sssd_unused-4246f60ebd574a30392f3bcf5048c2379a17399f.zip
Fix typo in debug message
Diffstat (limited to 'src/db/sysdb_ops.c')
-rw-r--r--src/db/sysdb_ops.c2
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);
}