commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/src collectiondata.c dataobject.c gea...


From: Reinhard Mueller
Subject: gnue/geas/src collectiondata.c dataobject.c gea...
Date: Wed, 25 Jul 2001 10:48:25 -0700

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/07/25 10:48:24

Modified files:
        geas/src       : collectiondata.c dataobject.c geas-server.c 
                         objectlist.c security.c 
        geas/src/methods: methods_glibmodule.h 

Log message:
        Removed some debugging messages

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/collectiondata.c.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/dataobject.c.diff?tr1=1.58&tr2=1.59&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/geas-server.c.diff?tr1=1.106&tr2=1.107&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/objectlist.c.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/security.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/methods/methods_glibmodule.h.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gnue/geas/src/collectiondata.c
diff -u gnue/geas/src/collectiondata.c:1.28 gnue/geas/src/collectiondata.c:1.29
--- gnue/geas/src/collectiondata.c:1.28 Mon Jun 25 20:01:25 2001
+++ gnue/geas/src/collectiondata.c      Wed Jul 25 10:48:24 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: collectiondata.c,v 1.28 2001/06/26 03:01:25 treshna Exp $
+   $Id: collectiondata.c,v 1.29 2001/07/25 17:48:24 reinhard Exp $
 
 */
 
@@ -239,9 +239,9 @@
 
 //  timer_update_profile( TIMER_FUNC_MAKELIST );
   timer_done_operation( TIMER_LISTS );
-  printf( "cache stats after list creation: " );
-  oc_print_stats();
-  printf( "\n" );
+  /* printf( "cache stats after list creation: " ); */
+  /* oc_print_stats(); */
+  /* printf( "\n" ); */
   return (listid);
 }
 
Index: gnue/geas/src/dataobject.c
diff -u gnue/geas/src/dataobject.c:1.58 gnue/geas/src/dataobject.c:1.59
--- gnue/geas/src/dataobject.c:1.58     Wed Jul 25 08:40:18 2001
+++ gnue/geas/src/dataobject.c  Wed Jul 25 10:48:24 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: dataobject.c,v 1.58 2001/07/25 15:40:18 reinhard Exp $
+   $Id: dataobject.c,v 1.59 2001/07/25 17:48:24 reinhard Exp $
    
 */
 
@@ -1137,6 +1137,8 @@
   /* display arguments */
   if (debuglevel >= DEBUGLEVEL_HIGH)
     {
+      int i;
+
       for (i = 0; i < args->_length; i++)
         debug_output (DEBUGLEVEL_ALWAYS, "Arg %2d: %s", i, args->_buffer[i]);
     }
Index: gnue/geas/src/geas-server.c
diff -u gnue/geas/src/geas-server.c:1.106 gnue/geas/src/geas-server.c:1.107
--- gnue/geas/src/geas-server.c:1.106   Mon Jun 25 20:01:26 2001
+++ gnue/geas/src/geas-server.c Wed Jul 25 10:48:24 2001
@@ -19,7 +19,7 @@
   along with this program; if not, write to the Free Software Foundation,
   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
   
-  $Id: geas-server.c,v 1.106 2001/06/26 03:01:26 treshna Exp $
+  $Id: geas-server.c,v 1.107 2001/07/25 17:48:24 reinhard Exp $
  
 */
 
@@ -693,7 +693,7 @@
 
   /* start server */
   timer_done_operation(TIMER_MISC);
-  message ("Starting server" );
+  fprintf (stderr, "The GNU Enterprise Application Server is ready.\n");
 
   CORBA_ORB_run (the_orb, &ev);
 
Index: gnue/geas/src/methods/methods_glibmodule.h
diff -u gnue/geas/src/methods/methods_glibmodule.h:1.11 
gnue/geas/src/methods/methods_glibmodule.h:1.12
--- gnue/geas/src/methods/methods_glibmodule.h:1.11     Sat Jun  9 16:42:39 2001
+++ gnue/geas/src/methods/methods_glibmodule.h  Wed Jul 25 10:48:24 2001
@@ -19,7 +19,7 @@
   along with GEAS; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-  $Id: methods_glibmodule.h,v 1.11 2001/06/09 23:42:39 ntiffin Exp $
+  $Id: methods_glibmodule.h,v 1.12 2001/07/25 17:48:24 reinhard Exp $
 */
 
 #ifndef USE_GLIBMODULE_METHODS
@@ -125,15 +125,15 @@
                   char *funcname =
                     g_strdup_printf ("%s_%s", mangled,
                                      odl_field_get_name (f));
-                  printf ("looking for %s.%s (%s)",
+                  /* printf ("looking for %s.%s (%s)",
                           odl_class_get_full_name (c), odl_field_get_name (f),
-                          funcname);
+                          funcname); */
 
                   g_module_symbol (module, funcname, (gpointer) & funcptr);
-                  if (funcptr)
+                  /* if (funcptr)
                     printf ("...found\n");
                   else
-                    printf ("...not found\n");
+                    printf ("...not found\n"); */
                   g_free (funcname);
 
                   /* store the pointer to this function */
Index: gnue/geas/src/objectlist.c
diff -u gnue/geas/src/objectlist.c:1.28 gnue/geas/src/objectlist.c:1.29
--- gnue/geas/src/objectlist.c:1.28     Mon Jun 25 20:01:26 2001
+++ gnue/geas/src/objectlist.c  Wed Jul 25 10:48:24 2001
@@ -20,7 +20,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: objectlist.c,v 1.28 2001/06/26 03:01:26 treshna Exp $
+   $Id: objectlist.c,v 1.29 2001/07/25 17:48:24 reinhard Exp $
  
 */
 
@@ -664,7 +664,6 @@
 
   hacklist = (GList *)oc_get_object_userdata( ob );
   hacklist2 = hacklist;
-   printf( "should be %d objects, found %d\n" , length , 
g_list_length(hacklist2) );
   while(hacklist2)
    {
        oc_remove_object( hacklist2->data );
Index: gnue/geas/src/security.c
diff -u gnue/geas/src/security.c:1.15 gnue/geas/src/security.c:1.16
--- gnue/geas/src/security.c:1.15       Sun Jun 10 22:19:26 2001
+++ gnue/geas/src/security.c    Wed Jul 25 10:48:24 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: security.c,v 1.15 2001/06/11 05:19:26 treshna Exp $
+   $Id: security.c,v 1.16 2001/07/25 17:48:24 reinhard Exp $
 
 */
 
@@ -78,9 +78,7 @@
    else
      {
        int count;
-        printf( "getting count\n"  );
         count = GEAS_ObjectList__get_length( users , &ev );
-        printf( "got count\n"  );
        if( ev._major != CORBA_NO_EXCEPTION )
          {
             errormsg( "Error counting users: %s" , CORBA_exception_id(&ev) );



reply via email to

[Prev in Thread] Current Thread [Next in Thread]