diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-09-28 09:30:26 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-10-04 15:08:57 +1100 |
commit | 50d6a76a14651147e3cfd82ea9b0e45f412f2d00 (patch) | |
tree | 974cedb2004e9530a4aefafe4d45adf14842e288 /source4 | |
parent | d12309dc1ace834e6b49a275e6b52ed0e864a651 (diff) | |
download | samba-50d6a76a14651147e3cfd82ea9b0e45f412f2d00.tar.gz samba-50d6a76a14651147e3cfd82ea9b0e45f412f2d00.tar.bz2 samba-50d6a76a14651147e3cfd82ea9b0e45f412f2d00.zip |
s4-dsdb: fixed formatting of a debug message
another missing newline
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 89f8e23b66..13b87559c1 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -4582,7 +4582,7 @@ linked_attributes[0]: old DN value */ ret = dsdb_module_dn_by_guid(module, dsdb_dn, &guid, &dsdb_dn->dn, parent); if (ret != LDB_SUCCESS) { - DEBUG(2,(__location__ ": WARNING: Failed to re-resolve GUID %s - using %s", + DEBUG(2,(__location__ ": WARNING: Failed to re-resolve GUID %s - using %s\n", GUID_string(tmp_ctx, &guid), ldb_dn_get_linearized(dsdb_dn->dn))); } |