[Bf-blender-cvs] [8005f51] cycles_kernel_split: Refactor : Remove tabs in tile-split message

varunsundar08 noreply at git.blender.org
Thu Apr 30 23:25:28 CEST 2015


Commit: 8005f5169ab084f49f389fafccdca69f3f3e37df
Author: varunsundar08
Date:   Thu Apr 30 22:19:58 2015 +0530
Branches: cycles_kernel_split
https://developer.blender.org/rB8005f5169ab084f49f389fafccdca69f3f3e37df

Refactor : Remove tabs in tile-split message

===================================================================

M	intern/cycles/device/device_opencl.cpp

===================================================================

diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index 6bb862e..a4ad367 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -3506,7 +3506,7 @@ public:
 					/* Print message to console */
 					if(background && (to_path_trace_render_tiles.size() > 1)) {
 						fprintf(stderr, "Message : Tiles need to be split further inside path trace (due to insufficient device-global-memory for split kernel to function) \n\
-										The current tile of dimensions %dx%d is split into tiles of dimension %dx%d for render \n", tile.w, tile.h, split_tile_size.x, split_tile_size.y);
+The current tile of dimensions %dx%d is split into tiles of dimension %dx%d for render \n", tile.w, tile.h, split_tile_size.x, split_tile_size.y);
 					}
 
 					/* Process all split tiles */




More information about the Bf-blender-cvs mailing list