dnn: fix usage of CV_LOG_VERBOSE macro
This commit is contained in:
parent
d034ef6f27
commit
80d37ba698
@ -1826,7 +1826,7 @@ void OCL4DNNConvSpatial<float>::setupConvolution(const UMat &bottom,
|
||||
}
|
||||
else
|
||||
{
|
||||
CV_LOG_VERBOSE(NULL, "Kernel " << config->kernelName << " pass verification");
|
||||
CV_LOG_VERBOSE(NULL, 0, "Kernel " << config->kernelName << " pass verification");
|
||||
}
|
||||
}
|
||||
catch (...)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user