Some fixes to tracing.

Esse commit está contido em:
Ben Sander
2017-07-28 22:13:43 -05:00
commit 9e9f384899
3 arquivos alterados com 11 adições e 10 exclusões
+2 -2
Ver Arquivo
@@ -72,8 +72,8 @@ namespace hip_impl
}
if (COMPILE_HIP_DB && HIP_TRACE_API) {
std::cerr << API_COLOR << os.str() << API_COLOR_END
<< std::endl;
std::string fullStr;
recordApiTrace(&fullStr, os.str());
}
}
}