Skip to content

Commit

Permalink
Add logging around specific number of matches (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Mar 22, 2023
1 parent fc215c4 commit 67fb9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AppInstallerCommonCore/AppInstallerTelemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@ namespace AppInstaller::Logging
m_summary.SearchResultCount = resultCount;
}
}

AICLI_LOG(CLI, Verbose, << "Search result size: " << resultCount);
}

void TelemetryTraceLogger::LogInstallerHashMismatch(
Expand Down

0 comments on commit 67fb9ed

Please sign in to comment.