efreetd - make ability to not connect to efreetd non-critical

it's an error we can survive, so make it that level
This commit is contained in:
Carsten Haitzler 2017-04-23 10:58:07 +09:00
parent d9ad9b585a
commit a6dc7da029
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ _cb_server_del(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
if (reconnect_count > 10)
{
reconnect_timer = NULL;
CRI("efreetd connection failed 10 times! check for stale socket files in %s/.ecore/efreetd",
ERR("efreetd connection failed 10 times! check for stale socket files in %s/.ecore/efreetd",
efreet_runtime_dir_get());
return EINA_FALSE;
}