diff options
author | Günther Deschner <gd@samba.org> | 2007-07-17 08:14:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:42 -0500 |
commit | 95d504280383f6348ce809b519b7b9027dab7df8 (patch) | |
tree | 3d5ea452466e1fbd54dae402e4c744e1a83e278a /source3/libgpo | |
parent | 8cd89a20cea949485d9f54ad17ea0590a2380ca5 (diff) | |
download | samba-95d504280383f6348ce809b519b7b9027dab7df8.tar.gz samba-95d504280383f6348ce809b519b7b9027dab7df8.tar.bz2 samba-95d504280383f6348ce809b519b7b9027dab7df8.zip |
r23920: Fix debug statement.
Guenther
(This used to be commit 7317eb408de8798ce6160907b59aad96acf983b6)
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpo_fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_fetch.c b/source3/libgpo/gpo_fetch.c index 4922e8bfa4..7e66974cf4 100644 --- a/source3/libgpo/gpo_fetch.c +++ b/source3/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; } |