smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

gsm: Make the debug output fit onto my terminal screen

This commit is contained in:
Holger Hans Peter Freyther 2012-10-28 09:10:50 +01:00
parent 1f8b3c8a64
commit 88f4bab1d6
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,8 @@ hosting various transactions and dispatching to them.'>
addTransaction: aTran [
<category: 'private'>
"Must be locked"
self logDebug: 'GSMProc(srcref:%1) adding transaction %2' % {self srcRef. aTran class} area: #bsc.
self logDebug: 'GSMProc(srcref:%1) adding transaction %2'
% {self srcRef. aTran class} area: #bsc.
transactions add: aTran.
]