Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Epsilon.c 


Log Message:
- remove printf

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- Epsilon.c   6 Sep 2006 07:14:46 -0000       1.29
+++ Epsilon.c   8 Oct 2006 16:15:10 -0000       1.30
@@ -104,8 +104,6 @@
        void* dl_ref;
        Epsilon_Plugin* (*epsilon_plugin_init)();
 
-       printf ("Loading plugin '%s'...\n", path);
-
        dl_ref = dlopen(path, RTLD_LAZY);
        if (dl_ref) {
                epsilon_plugin_init = dlsym(dl_ref, "epsilon_plugin_init");



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to