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 0dfc3cd commit a5a40a9
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
LogCategorySensitive LogCategory = 1 << 16
)

var logCategoryToString = map[LogCategory]string{
Expand Down

0 comments on commit a5a40a9

Please sign in to comment.