oh oops - err needs a var ecore doesn ecport. use the eina log macro

instead.



SVN revision: 76868
This commit is contained in:
Carsten Haitzler 2012-09-19 14:04:33 +00:00
parent a36ed3dc82
commit 6062b09c81
1 changed files with 2 additions and 2 deletions

View File

@ -304,13 +304,13 @@ ecore_imf_evas_event_key_up_wrap(Evas_Event_Key_Up *evas_event,
{
if (!evas_event)
{
ERR("Evas event is missing");
EINA_LOG_ERR("Evas event is missing");
return;
}
if (!imf_event)
{
ERR("Imf event is missing");
EINA_LOG_ERR("Imf event is missing");
return;
}