Commit 1e1d9704 authored by Neverlord's avatar Neverlord

fixed logging issues in OpenCL build, closes #119

parent bb012cd3
...@@ -97,7 +97,9 @@ void opencl_metainfo::initialize() ...@@ -97,7 +97,9 @@ void opencl_metainfo::initialize()
const void *, const void *,
size_t, size_t,
void *) { void *) {
CPPA_LOG_ERROR("\n##### Error message via pfn_notify #####\n" + CPPA_LOGC_ERROR("cppa::opencl::opencl_metainfo",
"initialize",
"\n##### Error message via pfn_notify #####\n" +
string(errinfo) + string(errinfo) +
"\n########################################"); "\n########################################");
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment