From 86b1a4cb868ee646326bff8b5c3ba807fb0556be Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 28 Aug 2009 22:53:05 +0000 Subject: s3: Add more helpful debugging to some of the streams code --- source3/modules/onefs_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/onefs_system.c') diff --git a/source3/modules/onefs_system.c b/source3/modules/onefs_system.c index e3edc81608..33bec2658b 100644 --- a/source3/modules/onefs_system.c +++ b/source3/modules/onefs_system.c @@ -178,7 +178,7 @@ int onefs_sys_create_file(connection_struct *conn, open_access_mask)); } - DEBUG(10,("onefs_sys_create_file: base_fd = %d, fname = %s" + DEBUG(10,("onefs_sys_create_file: base_fd = %d, fname = %s " "open_access_mask = 0x%x, flags = 0x%x, mode = 0%o, " "desired_oplock = %s, id = 0x%x, secinfo = 0x%x, sd = %p, " "dos_attributes = 0x%x, path = %s, " -- cgit