s4-dsdb: fixed formatting of a debug message
authorAndrew Tridgell <tridge@samba.org>
Tue, 27 Sep 2011 23:30:26 +0000 (09:30 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 4 Oct 2011 04:08:57 +0000 (15:08 +1100)
another missing newline

source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index 89f8e23b6641936a3142986ac9698824147502a0..13b87559c1d2bf8009ba8e887b516d0249bf396c 100644 (file)
@@ -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)));
        }