Tracing: added some details for db operations
This commit is contained in:
@@ -205,6 +205,7 @@ namespace lms::db
|
||||
|
||||
for (auto itResult{ collection.begin() }; itResult != collection.end(); ++itResult)
|
||||
{
|
||||
LMS_SCOPED_TRACE_DETAILED("Database", "ExecQueryRangeForEach");
|
||||
func(*itResult);
|
||||
lastRetrievedArtist = (*itResult)->getId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user