Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/e17genmenu/src/bin


Modified Files:
        main.c 


Log Message:
Added a warning message.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17genmenu/src/bin/main.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- main.c      7 Mar 2006 19:52:38 -0000       1.34
+++ main.c      7 Mar 2006 20:14:26 -0000       1.35
@@ -271,6 +271,15 @@
    system(path);
    cache_time += ecore_time_get() - begin;
 
+   
printf("********************************************************************************\n");
+   printf("* WARNING!                                                          
           *\n");
+   printf("*                                                                   
           *\n");
+   printf("* E17 will be completely unresponsive for a few minutes after this 
finishes    *\n");
+   printf("* runnisg.  This is due to a bad interaction with the eap caching 
code when    *\n");
+   printf("* you generate a lot of eaps at once, like e17genmenu just did.  
raster is     *\n");
+   printf("* aware of this problem, and has a fix on his TODO list.            
           *\n");
+   
printf("********************************************************************************\n");
+
    printf("\nTotal time %3.3f seconds, finding fdo paths %3.3f, converting fdo 
menus %3.3f, generating %d (rejected %d) eaps in %d menus %3.3f, finding icons 
%3.3f, generating eap caches %3.3f.\n",
        ecore_time_get() - start, paths, convert_time, item_count, 
reject_count, menu_count, gen - icon_time, icon_time, cache_time);
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to