r23920: Fix debug statement.
authorGünther Deschner <gd@samba.org>
Tue, 17 Jul 2007 08:14:45 +0000 (08:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:42 +0000 (12:28 -0500)
Guenther
(This used to be commit 7317eb408de8798ce6160907b59aad96acf983b6)

source3/libgpo/gpo_fetch.c

index 4922e8bfa42764d2422b389bfa13bde6ed1fbf4b..7e66974cf4d3bcb7ae447929b5fc247de86563c0 100644 (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;
        }