diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-24 17:12:08 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-24 17:12:08 +0300 |
commit | 28c65275440b3f7371540b49733db8b6b170a64d (patch) | |
tree | 20b21f32e78c0ac301cb7e3f747c252fcb6ea02a /ui | |
parent | e64df67ec397795b8c6ebd06b391d953afe5a766 (diff) |
Fix/break/change things
Diffstat (limited to 'ui')
-rw-r--r-- | ui/message-view.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/message-view.go b/ui/message-view.go index 2e33cd7..f2fb72f 100644 --- a/ui/message-view.go +++ b/ui/message-view.go @@ -234,6 +234,7 @@ func (view *MessageView) replaceBuffer(original messages.UIMessage, new messages if start == -1 { debug.Print("Called replaceBuffer() with message that was not in the buffer:", original.ID()) + debug.PrintStack() view.appendBuffer(new) return } |