misplaced ERR-- - maybe DBG?

SVN revision: 81945
This commit is contained in:
Carsten Haitzler 2013-01-01 08:12:09 +00:00
parent 014cd8065d
commit 69c0e8a09c
1 changed files with 2 additions and 1 deletions

View File

@ -1205,7 +1205,8 @@ ecore_con_event_client_error(Ecore_Con_Client *cl, const char *error)
e->client = cl;
e->error = strdup(error);
ERR("%s", error);
// givving errors like this is not a good thing - MAYBET his belongs in debug... but not err.
// ERR("%s", error);
cl->event_count = eina_list_append(cl->event_count, e);
cl->host_server->event_count = eina_list_append(cl->host_server->event_count, e);
ecore_event_add(ECORE_CON_EVENT_CLIENT_ERROR, e, (Ecore_End_Cb)_ecore_con_event_client_error_free, cl->host_server);