Skip to content

Commit 5038515

Browse files
committed
Properly log GitHub command send errors
1 parent c295311 commit 5038515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ impl Client {
226226
let resp = self.send(req).await;
227227

228228
if let Err(e) = resp {
229-
eprintln!("failed to post comment: {e:?}");
229+
log::error!("failed to post GitHub comment: {e:?}");
230230
}
231231
}
232232

0 commit comments

Comments
 (0)