ecore wl2: change logging level.

Summary: ease the error message to warning because it's not serious one.

Reviewers: devilhorns, ManMower

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6899
This commit is contained in:
Hermet Park 2018-08-23 07:29:35 -04:00 committed by Chris Michael
parent 541fe885ac
commit 568ddfe397
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ ecore_wl2_window_commit(Ecore_Wl2_Window *window, Eina_Bool flush)
/* The elm mouse cursor bits do some harmless but weird stuff that
* can hit this, silence the warning for that case only. */
if (window->type != ECORE_WL2_WINDOW_TYPE_NONE)
ERR("Commit before previous commit processed");
WRN("Commit before previous commit processed");
}
if (!window->pending.configure)
{