]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4: fix spelling
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Sep 2009 03:50:46 +0000 (13:50 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Sep 2009 03:50:46 +0000 (13:50 +1000)
source4/rpc_server/drsuapi/updaterefs.c

index 2090dd5dd504ee8f311009d71759708028bed598..a7712de14691d06b1789368bc37aa25b45478310 100644 (file)
@@ -234,7 +234,7 @@ WERROR dcesrv_drsuapi_DsReplicaUpdateRefs(struct dcesrv_call_state *dce_call, TA
        }
 
        req = &r->in.req.req1;
-       DEBUG(4,("DrReplicUpdateRefs for host '%s' with GUID %s options 0x%08x nc=%s\n",
+       DEBUG(4,("DsReplicaUpdateRefs for host '%s' with GUID %s options 0x%08x nc=%s\n",
                 req->dest_dsa_dns_name, GUID_string(mem_ctx, &req->dest_dsa_guid),
                 req->options,
                 drs_ObjectIdentifier_to_string(mem_ctx, req->naming_context)));