gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8612 - GNUnet/src/applications/dhtlog_mysql


From: gnunet
Subject: [GNUnet-SVN] r8612 - GNUnet/src/applications/dhtlog_mysql
Date: Tue, 30 Jun 2009 16:32:46 -0600

Author: nevans
Date: 2009-06-30 16:32:46 -0600 (Tue, 30 Jun 2009)
New Revision: 8612

Modified:
   GNUnet/src/applications/dhtlog_mysql/dhtlog_mysql.c
Log:


Modified: GNUnet/src/applications/dhtlog_mysql/dhtlog_mysql.c
===================================================================
--- GNUnet/src/applications/dhtlog_mysql/dhtlog_mysql.c 2009-06-30 22:32:35 UTC 
(rev 8611)
+++ GNUnet/src/applications/dhtlog_mysql/dhtlog_mysql.c 2009-06-30 22:32:46 UTC 
(rev 8612)
@@ -664,6 +664,10 @@
                  ("pertinent mysql information: host %s, user %s, port %llu, 
pass %s, DB %s\n"),
                  mysql_server, mysql_user, mysql_port, mysql_password,
                  mysql_db);
+  fprintf(stderr, _
+                 ("pertinent mysql information: host %s, user %s, port %llu, 
pass %s, DB %s\n"),
+                 mysql_server, mysql_user, mysql_port, mysql_password,
+                 mysql_db);
 #endif
   if (iopen () != GNUNET_OK)
     {
@@ -681,6 +685,12 @@
   api.insert_node = &add_node;
   api.insert_dhtkey = &add_dhtkey;
   get_current_trial (&current_trial);
+  GNUNET_GE_LOG (coreAPI->ectx,
+                 GNUNET_GE_WARNING | GNUNET_GE_ADMIN | GNUNET_GE_USER |
+                 GNUNET_GE_BULK,
+                 _
+                 ("current trial is %llu\n"),
+                 current_trial);
   return &api;
 }
 





reply via email to

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