s3:smbd: fix missing space in debug message in initial_break_processing()
[obnox/samba/samba-obnox.git] / source3 / smbd / oplock.c
index f44711323fae2c111d3fdb7d2ae3df60a4be55fa..1fc7c83e8e814c0366566b1e86b7e4b8dfb76f6c 100644 (file)
@@ -290,7 +290,7 @@ static files_struct *initial_break_processing(
                /* The file could have been closed in the meantime - return success. */
                if( DEBUGLVL( 3 ) ) {
                        dbgtext( "initial_break_processing: cannot find open file with " );
-                       dbgtext( "file_id %s gen_id = %lu", file_id_string_tos(&id), file_id);
+                       dbgtext( "file_id %s gen_id = %lu", file_id_string_tos(&id), file_id);
                        dbgtext( "allowing break to succeed.\n" );
                }
                return NULL;