File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ let package = Package(
2323 . package ( url: " https://github.com/CombineCommunity/CombineExt.git " , from: " 1.8.1 " ) ,
2424 . package ( url: " https://github.com/apple/swift-async-algorithms.git " , . upToNextMajor( from: " 1.0.0 " ) ) ,
2525 . package ( url: " https://github.com/apple/swift-collections.git " , . upToNextMajor( from: " 1.1.3 " ) ) ,
26- . package ( url: " https://github.com/GoodRequest/GoodLogger.git " , . upToNextMajor( from: " 1.1 .0 " ) )
26+ . package ( url: " https://github.com/GoodRequest/GoodLogger.git " , . upToNextMajor( from: " 1.3 .0 " ) )
2727 ] ,
2828 targets: [
2929 . target(
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ private extension Reactor {
535535 }
536536
537537 private static func _debugLog( message: String ) {
538- logger. log ( level : . debug , message: " [GoodReactor] \( Self . name) - \( message) " , privacy: . auto)
538+ logger. log ( message: " [GoodReactor] \( Self . name) - \( message) " , level : . debug , privacy: . auto)
539539 }
540540
541541}
You can’t perform that action at this time.
0 commit comments