[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-714-g365b5cf

Steven Danneman sdanneman at samba.org
Wed Mar 25 19:51:02 GMT 2009


The branch, master has been updated
       via  365b5cfcbeb041ce84718717f30ac02183c9af7f (commit)
      from  e3f7057b0942793543c215ab45176c4280bd7d51 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 365b5cfcbeb041ce84718717f30ac02183c9af7f
Author: Steven Danneman <steven.danneman at isilon.com>
Date:   Wed Mar 25 12:53:06 2009 -0700

    Add missing newlines to debug statements

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/onefs_open.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c
index 5a488f8..c23c176 100644
--- a/source3/modules/onefs_open.c
+++ b/source3/modules/onefs_open.c
@@ -208,14 +208,14 @@ static NTSTATUS onefs_open_file(files_struct *fsp,
 		if ((oplock_request & ~SAMBA_PRIVATE_OPLOCK_MASK) !=
 		     NO_OPLOCK) {
 			DEBUG(0,("Oplock(%d) being requested on a stream! "
-				"Ignoring oplock request: base=%s, stream=%s",
+				"Ignoring oplock request: base=%s, stream=%s\n",
 				oplock_request & ~SAMBA_PRIVATE_OPLOCK_MASK,
 				base, stream));
 			/* Recover by requesting NO_OPLOCK instead. */
 			oplock_request &= SAMBA_PRIVATE_OPLOCK_MASK;
 		}
 
-		DEBUG(10,("Opening a stream: base=%s(%d), stream=%s",
+		DEBUG(10,("Opening a stream: base=%s(%d), stream=%s\n",
 			  base, fsp->base_fsp->fh->fd, stream));
 
 		base_fd = fsp->base_fsp->fh->fd;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list