ecore-drm: don't set DBG on log level if DBG not already set

...
This commit is contained in:
Mike Blumenkrantz 2016-03-09 15:36:28 -05:00
parent 96085feb6d
commit 8e077745bc
1 changed files with 0 additions and 4 deletions

View File

@ -104,10 +104,6 @@ ecore_drm_init(void)
goto log_err;
}
/* set default logging level for this domain */
if (!eina_log_domain_level_check(_ecore_drm_log_dom, EINA_LOG_LEVEL_DBG))
eina_log_domain_level_set("ecore_drm", EINA_LOG_LEVEL_DBG);
/* try to init eeze */
if (!eeze_init()) goto eeze_err;