diff --git a/bundle/vim-chat/autoload/chat/gitter.vim b/bundle/vim-chat/autoload/chat/gitter.vim index fe934df73..ed1ccc59e 100644 --- a/bundle/vim-chat/autoload/chat/gitter.vim +++ b/bundle/vim-chat/autoload/chat/gitter.vim @@ -148,9 +148,8 @@ endfunction function! s:gitter_fetch_stderr(id, data, event) abort for line in a:data - call s:LOG.debug(line) + call s:LOG.debug('fetch_stderr :' . line) endfor - endfunction function! s:gitter_fetch_exit(id, data, event) abort