Update EINA_ERROR_LEVEL* to EINA_LOG_LEVEL* to allow building again

SVN revision: 42255
This commit is contained in:
xcomputerman 2009-09-04 18:04:00 +00:00 committed by xcomputerman
parent 1d7608daaa
commit 1f24df9c39
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ main(int argc, char *argv[])
const char *thumb_key = NULL;
double video_time = 0;
int page = 0;
int debug_level = EINA_ERROR_LEVEL_WARN;
int debug_level = EINA_LOG_LEVEL_WARN;
int arg_index;
int i;

View File

@ -224,7 +224,7 @@ main(int argc, char *argv[])
{
Ethumb_Client *c;
Eina_Bool quit_option = 0;
int debug_level = EINA_ERROR_LEVEL_WARN;
int debug_level = EINA_LOG_LEVEL_WARN;
const char *format_str, *aspect_str;
struct options opts = {
{-1, -1, -1, -1},