whitespace cleanup, log domain to lowercase.

SVN revision: 53200
This commit is contained in:
Gustavo Sverzut Barbieri 2010-10-08 19:04:34 +00:00
parent 844d8b6529
commit 2e88dacb27
1 changed files with 78 additions and 78 deletions

View File

@ -29,7 +29,7 @@ main(int argc, char **argv)
ethumb_client_crop_align_set(client, 0.5, 0.5);
ethumb_client_aspect_set(client, ETHUMB_THUMB_KEEP_ASPECT);
ethumb_client_orientation_set(client, ETHUMB_THUMB_ORIENT_ORIGINAL);
__log_domain = eina_log_domain_register("Ephoto", EINA_COLOR_BLUE);
__log_domain = eina_log_domain_register("ephoto", EINA_COLOR_BLUE);
if (!__log_domain)
{
EINA_LOG_ERR("Could not register log domain: Ephoto");