From: Michael Adam Date: Thu, 24 Apr 2014 15:18:34 +0000 (+0200) Subject: idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping() X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=11b3937dddae1422fbacff7a0a639f6b40901275 idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping() Signed-off-by: Michael Adam Reviewed-by: Michael Adam --- diff --git a/source3/winbindd/idmap_tdb_common.c b/source3/winbindd/idmap_tdb_common.c index d46b812d716..ffa2bd40eab 100644 --- a/source3/winbindd/idmap_tdb_common.c +++ b/source3/winbindd/idmap_tdb_common.c @@ -252,7 +252,7 @@ NTSTATUS idmap_tdb_common_set_mapping(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; }