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
This commit is contained in:
@@ -2407,7 +2407,7 @@ bool device_cuda_init(void)
|
|||||||
result = true;
|
result = true;
|
||||||
}
|
}
|
||||||
else {
|
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";
|
<< " unable to use CUDA";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user