[Bf-blender-cvs] [7bf40236893] master: Fix T55448: Typo in Cycles CUDA debug output

Lukas Stockner noreply at git.blender.org
Tue Jun 12 10:46:02 CEST 2018


Commit: 7bf40236893c199a13b51fd3ea3351956abd197a
Author: Lukas Stockner
Date:   Tue Jun 12 10:37:51 2018 +0200
Branches: master
https://developer.blender.org/rB7bf40236893c199a13b51fd3ea3351956abd197a

Fix T55448: Typo in Cycles CUDA debug output

Reviewers: sergey, lukasstockner97

Reviewed By: lukasstockner97

Tags: #cycles, #bf_blender

Differential Revision: https://developer.blender.org/D3472

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

M	intern/cycles/device/device_cuda.cpp

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

diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index b4529feffa7..9d893ee61ad 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -2407,7 +2407,7 @@ bool device_cuda_init(void)
 			result = true;
 		}
 		else {
-			VLOG(1) << "Neither precompiled kernels nor CUDA compiler wad found,"
+			VLOG(1) << "Neither precompiled kernels nor CUDA compiler was found,"
 			        << " unable to use CUDA";
 		}
 #endif



More information about the Bf-blender-cvs mailing list