From: Günther Deschner Date: Tue, 17 Jul 2007 08:14:45 +0000 (+0000) Subject: r23920: Fix debug statement. X-Git-Tag: samba-misc-tags/initial-v3-2-unstable~692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7317eb408de8798ce6160907b59aad96acf983b6;p=thirdparty%2Fsamba.git r23920: Fix debug statement. Guenther --- diff --git a/source/libgpo/gpo_fetch.c b/source/libgpo/gpo_fetch.c index 4922e8bfa42..7e66974cf4d 100644 --- a/source/libgpo/gpo_fetch.c +++ b/source/libgpo/gpo_fetch.c @@ -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; }