diff options
Diffstat (limited to 'src/git/handlers.rs')
| -rw-r--r-- | src/git/handlers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/handlers.rs b/src/git/handlers.rs index e3a6ad4..7244abb 100644 --- a/src/git/handlers.rs +++ b/src/git/handlers.rs | |||
| @@ -254,7 +254,7 @@ pub async fn handle_receive_pack( | |||
| 254 | } | 254 | } |
| 255 | 255 | ||
| 256 | // GRASP Authorization Check | 256 | // GRASP Authorization Check |
| 257 | info!( | 257 | debug!( |
| 258 | "Authorizing push for {} owned by {} via database query", | 258 | "Authorizing push for {} owned by {} via database query", |
| 259 | identifier, owner_pubkey | 259 | identifier, owner_pubkey |
| 260 | ); | 260 | ); |