Skip to content

Commit

Permalink
Fix P3LogEvent class>>logToTranscript to use #crShow: instead of #crLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Van Caekenberghe committed Apr 2, 2021
1 parent 91c4734 commit 591ed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P3/P3LogEvent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ P3LogEvent class >> logToTranscript [
self stopLoggingToTranscript.
^ self announcer
when: self
do: [ :event | event crLog ]
do: [ :event | Transcript crShow: event ]
]

{ #category : #accessing }
Expand Down

0 comments on commit 591ed29

Please sign in to comment.