mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #13951 from alalek:dnn_fix_logging_verbose
This commit is contained in:
commit
6e9b6a27cf
@ -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 (...)
|
||||||
|
Loading…
Reference in New Issue
Block a user