Skip to content

Commit

Permalink
fix iota
Browse files Browse the repository at this point in the history
  • Loading branch information
migara committed Sep 12, 2024
1 parent 16559b0 commit 0dfc3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
LogCategoryAll = LogCategoryPango | LogCategoryOp | LogCategorySend |
LogCategoryReceive | LogCategoryCurl
// Make sure that LogCategorySensitive is always last, explicitly set to 1 << 32
LogCategorySensitive LogCategory = 1 << 32
LogCategorySensitive LogCategory

Check failure on line 37 in logging.go

View workflow job for this annotation

GitHub Actions / build (1.21)

missing init expr for LogCategorySensitive
)

var logCategoryToString = map[LogCategory]string{
Expand Down

0 comments on commit 0dfc3cd

Please sign in to comment.