Author: jra Date: 2005-10-12 18:20:34 +0000 (Wed, 12 Oct 2005) New Revision: 10930
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10930 Log: Fix erroneous debug spotted by Herb. Jeremy. Modified: branches/SAMBA_3_0/source/smbd/open.c Changeset: Modified: branches/SAMBA_3_0/source/smbd/open.c =================================================================== --- branches/SAMBA_3_0/source/smbd/open.c 2005-10-12 17:18:01 UTC (rev 10929) +++ branches/SAMBA_3_0/source/smbd/open.c 2005-10-12 18:20:34 UTC (rev 10930) @@ -1715,7 +1715,7 @@ if (ret == -1 && errno == ENOSYS) { errno = saved_errno; /* Ignore ENOSYS */ } else { - DEBUG(5, ("open_file_shared: failed to reset " + DEBUG(5, ("open_file_shared: reset " "attributes of file %s to 0%o\n", fname, (unsigned int)new_unx_mode)); ret = 0; /* Don't do the fchmod below. */
