Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c edje_program.c 


Log Message:


cleanup printf's

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- edje_load.c 5 Aug 2003 14:33:35 -0000       1.17
+++ edje_load.c 5 Aug 2003 22:56:29 -0000       1.18
@@ -48,7 +48,7 @@
                                     ep->dragable.confine_id);
                  if (evas_list_find(hist, ep))
                    {
-                      printf("EDJE FIXME: ERROR! confine_to loops. invalidating 
loop.\n");
+                      printf("EDJE ERROR: confine_to loops. invalidating loop.\n");
                       ep->dragable.confine_id = -1;
                       break;
                    }
@@ -63,7 +63,7 @@
                                     ep->clip_to_id);
                  if (evas_list_find(hist, ep))
                    {
-                      printf("EDJE FIXME: ERROR! clip_to loops. invalidating 
loop.\n");
+                      printf("EDJE ERROR: clip_to loops. invalidating loop.\n");
                       ep->clip_to_id = -1;
                       break;
                    }
@@ -87,7 +87,7 @@
             rp->param1.description =  ep->default_desc;
             if (!rp->param1.description)
               {
-                 printf("EDJE FIXME: ERROR! no default part description!\n");
+                 printf("EDJE ERROR: no default part description!\n");
               }
             _edje_text_part_on_add(ed, rp);
             if (ep->type == EDJE_PART_TYPE_RECTANGLE)
@@ -98,7 +98,7 @@
               rp->object = evas_object_text_add(ed->evas);
             else
               {
-                 printf("EDJE FIXME: ERROR! wrong part type %i!\n", ep->type);
+                 printf("EDJE ERROR: wrong part type %i!\n", ep->type);
               }
             evas_object_smart_member_add(rp->object, ed->obj);
             if (ep->mouse_events)
@@ -262,7 +262,6 @@
      }
    else
      ed_file->references++;
-   printf("beh\n");
    for (l = ed_file->data; l; l = l->next)
      {
        Edje_Data *di;
@@ -270,7 +269,6 @@
        di = l->data;
        if (!strcmp(di->key, key))
          {
-            printf("STR: %s\n", di->key);
             str = strdup(di->value);
             break;
          }
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_program.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- edje_program.c      5 Aug 2003 11:51:28 -0000       1.13
+++ edje_program.c      5 Aug 2003 22:56:29 -0000       1.14
@@ -324,6 +324,8 @@
      }
    if ((recursions >= 64) || (recursion_limit))
      {
+       printf("EDJE ERROR: programs recursing up to recursion limit of %i. 
Disabled.\n",
+              64);
        recursion_limit = 1;
        return;
      }
@@ -472,7 +474,7 @@
    recursions++;
    _edje_ref(ed);
    _edje_freeze(ed);
-   printf("EMIT \"%s\" \"%s\"\n", sig, src);
+   printf("EDJE EMIT: signal: \"%s\" source: \"%s\"\n", sig, src);
    ee = calloc(1, sizeof(Edje_Emission));
    if (!ee)
      {




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to