Cycles: Add missing flush

This commit is contained in:
Mai Lavelle 2017-03-31 02:00:27 -04:00
parent d66ffaebef
commit 5b45fff136
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ void OpenCLDeviceBase::OpenCLProgram::add_log(string msg, bool debug)
}
else if(!debug) {
printf("%s\n", msg.c_str());
fflush(stdout);
}
else {
VLOG(2) << msg;