Merge branch 'fix-eof-msg'

next
Michael Stapelberg 2014-01-13 23:35:22 +01:00
commit 4893f04e0c
1 changed files with 0 additions and 2 deletions

View File

@ -294,8 +294,6 @@ static unsigned char *get_buffer(ev_io *watcher, int *ret_buffer_len) {
/* end of file, kill the watcher */
ELOG("stdin: received EOF\n");
cleanup();
set_statusline_error("Received EOF from statusline process");
draw_bars(false);
*ret_buffer_len = -1;
return NULL;
}