Skip to content

Commit

Permalink
Logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Oct 5, 2016
1 parent 0cd076f commit bcd4fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Siesta/Resource/ResourceObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ internal class ObserverEntry: CustomStringConvertible

deinit
{
debugLog(.observers, [self, "removing observer whose owners are all gone:", self])
debugLog(.observers, ["removing observer of", resource, "whose owners are all gone:", self])
observer?.stoppedObserving(resource: resource)
}

Expand Down

0 comments on commit bcd4fb2

Please sign in to comment.