diff options
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 |