Skip to content

Commit

Permalink
Merge pull request #25 from jecisc/24-Deprecated-method-in-Pharo-8
Browse files Browse the repository at this point in the history
24-Deprecated-method-in-Pharo-8
  • Loading branch information
jecisc authored Sep 18, 2019
2 parents ead6efa + f8bc999 commit 7f2ab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TinyLogger/TinyTranscriptLogger.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ TinyTranscriptLogger >> clearLog [

{ #category : #logging }
TinyTranscriptLogger >> record: aString [
Transcript log: (String streamContents: [ :s | self record: aString on: s ])
Transcript trace: (String streamContents: [ :s | self record: aString on: s ])
]

0 comments on commit 7f2ab1c

Please sign in to comment.