Commit 80d37ba6 authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: fix usage of CV_LOG_VERBOSE macro

parent d034ef6f
...@@ -1826,7 +1826,7 @@ void OCL4DNNConvSpatial<float>::setupConvolution(const UMat &bottom, ...@@ -1826,7 +1826,7 @@ void OCL4DNNConvSpatial<float>::setupConvolution(const UMat &bottom,
} }
else else
{ {
CV_LOG_VERBOSE(NULL, "Kernel " << config->kernelName << " pass verification"); CV_LOG_VERBOSE(NULL, 0, "Kernel " << config->kernelName << " pass verification");
} }
} }
catch (...) catch (...)
......
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