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:
Lukas Stockner 2018-06-12 10:37:51 +02:00
parent 78a8d3685b
commit 7bf4023689
1 changed files with 1 additions and 1 deletions

View File

@ -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