Skip to content

Commit

Permalink
Update failed request error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-boaz-trimble committed Jul 3, 2024
1 parent 249339c commit 7837e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atrium/vestibulum/trcdb/trccertmgmtbase/trccertmgmtbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func CommonMain(certPathPtr *string, driverConfig *eUtils.DriverConfig, mod *kv.
}, &armapimanagement.CertificateClientCreateOrUpdateOptions{IfMatch: &etag})

if err != nil {
driverConfig.CoreConfig.Log.Fatalf("failed to finish the request: %v", err)
driverConfig.CoreConfig.Log.Printf("failed to finish certificate request")
return err
}

Expand Down

0 comments on commit 7837e81

Please sign in to comment.