Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Better errormessage

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_apps.c    20 Apr 2005 07:28:37 -0000      1.34
+++ e_apps.c    21 Apr 2005 05:21:13 -0000      1.35
@@ -91,7 +91,7 @@
          {
             E_App *a;
             a = l->data;
-            printf("BUG: %d %s\n", E_OBJECT(a)->references, a->path);
+            printf("BUG: References %d %s\n", E_OBJECT(a)->references, 
a->path);
          }
      }
    return 1;




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to