summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/idmap_tdb_common.c')
-rw-r--r--source3/winbindd/idmap_tdb_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb_common.c b/source3/winbindd/idmap_tdb_common.c
index 5713fe2f4fb..d46b812d716 100644
--- a/source3/winbindd/idmap_tdb_common.c
+++ b/source3/winbindd/idmap_tdb_common.c
@@ -413,7 +413,7 @@ NTSTATUS idmap_tdb_common_unixid_to_sid(struct idmap_domain * dom,
break;
default:
- DEBUG(2, ("INVALID unix ID type: 0x02%x\n", map->xid.type));
+ DEBUG(2, ("INVALID unix ID type: 0x%02x\n", map->xid.type));
return NT_STATUS_INVALID_PARAMETER;
}