Author: gd Date: 2007-07-17 08:14:45 +0000 (Tue, 17 Jul 2007) New Revision: 23920
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23920 Log: Fix debug statement. Guenther Modified: branches/SAMBA_3_2/source/libgpo/gpo_fetch.c branches/SAMBA_3_2_0/source/libgpo/gpo_fetch.c Changeset: Modified: branches/SAMBA_3_2/source/libgpo/gpo_fetch.c =================================================================== --- branches/SAMBA_3_2/source/libgpo/gpo_fetch.c 2007-07-17 07:30:11 UTC (rev 23919) +++ branches/SAMBA_3_2/source/libgpo/gpo_fetch.c 2007-07-17 08:14:45 UTC (rev 23920) @@ -181,7 +181,7 @@ 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; } Modified: branches/SAMBA_3_2_0/source/libgpo/gpo_fetch.c =================================================================== --- branches/SAMBA_3_2_0/source/libgpo/gpo_fetch.c 2007-07-17 07:30:11 UTC (rev 23919) +++ branches/SAMBA_3_2_0/source/libgpo/gpo_fetch.c 2007-07-17 08:14:45 UTC (rev 23920) @@ -181,7 +181,7 @@ 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; }
