Commit 1e1d9704 authored by Neverlord's avatar Neverlord

fixed logging issues in OpenCL build, closes #119

parent bb012cd3
...@@ -97,9 +97,11 @@ void opencl_metainfo::initialize() ...@@ -97,9 +97,11 @@ 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",
string(errinfo) + "initialize",
"\n########################################"); "\n##### Error message via pfn_notify #####\n" +
string(errinfo) +
"\n########################################");
}; };
// create a context // create a context
......
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