Skip to content

Commit 67d5e55

Browse files
committed
dbg create instance
1 parent e8278c3 commit 67d5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud-sdk/src/rest_apis/google_rest_apis/compute_v1/apis/instances_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4184,7 +4184,7 @@ pub async fn compute_instances_insert(
41844184
let local_var_status = local_var_resp.status();
41854185
let local_var_content = local_var_resp.text().await?;
41864186

4187-
eprintln!("{:#?}", local_var_content);
4187+
println!("JDP {:#?}", local_var_content);
41884188
if !local_var_status.is_client_error() && !local_var_status.is_server_error() {
41894189
serde_json::from_str(&local_var_content).map_err(Error::from)
41904190
} else {

0 commit comments

Comments
 (0)