Skip to content

Commit

Permalink
[Disk Manager] Fix go vet in nbs/cloud/disk_manager/pkg/app/run.go (
Browse files Browse the repository at this point in the history
  • Loading branch information
debnatkh committed Aug 26, 2024
1 parent 807f55b commit fcb5847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/disk_manager/pkg/app/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func run(
logging.Info(ctx, "Initializing tracing")
shutdown, err := tracing.InitTracing(ctx, config.TracingConfig)
if err != nil {
logging.Error(ctx, "Failed to initialize tracing: %w", err)
logging.Error(ctx, "Failed to initialize tracing: %v", err)
return err
}
defer shutdown(ctx)
Expand Down

0 comments on commit fcb5847

Please sign in to comment.