Fix variable in activeProfileId log message
This commit is contained in:
parent
7ec6ccda6c
commit
56540485cf
|
@ -51,7 +51,7 @@ public class ProfileManager: ObservableObject {
|
|||
|
||||
@Published public private(set) var activeProfileId: UUID? {
|
||||
willSet {
|
||||
pp_log.debug("Setting active profile: \(activeProfileId?.uuidString ?? "nil")")
|
||||
pp_log.debug("Setting active profile: \(newValue?.uuidString ?? "nil")")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue