1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

r23920: Fix debug statement.

Guenther
(This used to be commit 7317eb408de8798ce6160907b59aad96acf983b6)
This commit is contained in:
Günther Deschner 2007-07-17 08:14:45 +00:00 committed by Gerald (Jerry) Carter
parent 8cd89a20ce
commit 95d5042803

View File

@ -181,7 +181,7 @@ NTSTATUS gpo_get_sysvol_gpt_version(TALLOC_CTX *mem_ctx,
status = parse_gpt_ini(mem_ctx, local_path, &version, &name);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(10,("gpo_get_sysvol_gpt_version: failed to parse ini [%s]: %s\n",
unix_path, nt_errstr(status)));
local_path, nt_errstr(status)));
return status;
}