Skip to content

Commit

Permalink
Merge pull request parca-dev#389 from javierhonduco/remove-extra-word…
Browse files Browse the repository at this point in the history
…-in-debug-log

debuginfo: Remove extra word in log message
  • Loading branch information
kakkoyun committed May 5, 2022
2 parents 0451df2 + f47861b commit e56ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/debuginfo/debuginfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (di *DebugInfo) EnsureUploaded(ctx context.Context, objFiles []*objectfile.
level.Error(logger).Log("msg", "failed to upload debug information", "err", err)
continue
}
level.Debug(logger).Log("msg", "debug information successfully uploaded successfully")
level.Debug(logger).Log("msg", "debug information uploaded successfully")
}

for _, c := range filesToCleanup {
Expand Down

0 comments on commit e56ee06

Please sign in to comment.