fix: syntax
This commit is contained in:
@@ -129,8 +129,8 @@ impl Client {
|
||||
headers: &[&str],
|
||||
) -> Result<Response, curl::Error> {
|
||||
debug_print!(if self.debug =>
|
||||
"{method:?} {uri} ({} headers)",
|
||||
headers.len(), method = method, uri = uri
|
||||
"{:?} {} ({} headers)",
|
||||
method, uri, headers.len()
|
||||
);
|
||||
|
||||
let mut easy = Easy::new();
|
||||
|
||||
Reference in New Issue
Block a user