Skip to content

Commit

Permalink
Forgot one linting error from previous MR (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'bugfix/linter-update-new-errors' into 'main'
* Forgot one linting error from previous MR

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-desktop/sda-filesystem/-/merge_requests/40

Approved-by: Joonatan Mäkinen <jmakine@csc.fi>
Co-authored-by: Emmi Rehn <emmi.rehn@csc.fi>
Merged by Emmi Rehn <emrehn@csc.fi>
  • Loading branch information
Emmi Rehn committed Aug 19, 2024
2 parents 324b333 + f00f635 commit cca06b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logs/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var Warningf = func(format string, args ...any) {
if signal != nil {
signal(logrus.WarnLevel.String(), StructureError(err))
} else {
log.Warningf(err.Error())
log.Warning(err.Error())
}
}

Expand Down

0 comments on commit cca06b9

Please sign in to comment.