added pretty print to chat sample
This commit is contained in:
parent
46e6a78ee7
commit
6b4bceec00
1 changed files with 2 additions and 2 deletions
|
|
@ -198,10 +198,10 @@ object Runner {
|
|||
client.login
|
||||
|
||||
client.post("Hi there")
|
||||
println("CHAT LOG: " + client.chatLog.log)
|
||||
println("CHAT LOG:\n\t" + client.chatLog.log.mkString("\n\t"))
|
||||
|
||||
client.post("Hi again")
|
||||
println("CHAT LOG: " + client.chatLog.log)
|
||||
println("CHAT LOG:\n\t" + client.chatLog.log.mkString("\n\t"))
|
||||
|
||||
client.logout
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue