diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-24 10:20:55 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-24 10:20:55 +0000 |
| commit | 5efdf431a1481f6fb7a17190b62588b81c5b1e65 (patch) | |
| tree | cb8a6b82d90421c11f3fb75b523bf837f18dd8bb /src | |
| parent | 0b9861e14f23cc615d33ebd8845a36b40516a8a5 (diff) | |
clarify DB-only count in fetch_repository_data log message
Diffstat (limited to 'src')
| -rw-r--r-- | src/git/authorization.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/authorization.rs b/src/git/authorization.rs index df780bb..0e9a8ba 100644 --- a/src/git/authorization.rs +++ b/src/git/authorization.rs | |||
| @@ -275,7 +275,7 @@ pub async fn fetch_repository_data( | |||
| 275 | } | 275 | } |
| 276 | 276 | ||
| 277 | debug!( | 277 | debug!( |
| 278 | "Parsed {} announcements and {} states for identifier {}", | 278 | "Parsed {} announcements and {} states from database for identifier {}", |
| 279 | announcements.len(), | 279 | announcements.len(), |
| 280 | states.len(), | 280 | states.len(), |
| 281 | identifier | 281 | identifier |