termpty: reduce log severity

This commit is contained in:
Boris Faure 2019-09-08 21:25:52 +02:00
parent 822bd70afd
commit 77ed56bf00
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ _fd_read_do(Termpty *ty, Ecore_Fd_Handler *fd_handler, Eina_Bool false_on_empty)
if (ecore_main_fd_handler_active_get(fd_handler, ECORE_FD_ERROR))
{
ERR("error while reading from tty slave fd");
DBG("error while reading from tty slave fd");
ty->hand_fd = NULL;
return ECORE_CALLBACK_CANCEL;
}