Skip to content

Commit 6c72a37

Browse files
committed
GitHub: Improve logging message
1 parent 20e9bd6 commit 6c72a37

File tree

1 file changed

+1
-1
lines changed
  • crates/crates_io_github/src

1 file changed

+1
-1
lines changed

crates/crates_io_github/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl RealGitHubClient {
5959
T: DeserializeOwned,
6060
{
6161
let url = format!("https://api.github.com{url}");
62-
info!("GITHUB HTTP: {url}");
62+
info!("GitHub request: GET {url}");
6363

6464
let response = self
6565
.client

0 commit comments

Comments
 (0)