gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2320 - GNUnet/src/applications/sqstore_mysql


From: grothoff
Subject: [GNUnet-SVN] r2320 - GNUnet/src/applications/sqstore_mysql
Date: Tue, 13 Dec 2005 18:25:54 -0800 (PST)

Author: grothoff
Date: 2005-12-13 18:25:53 -0800 (Tue, 13 Dec 2005)
New Revision: 2320

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
mantis 982

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2005-12-14 02:14:01 UTC 
(rev 2319)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2005-12-14 02:25:53 UTC 
(rev 2320)
@@ -1219,6 +1219,8 @@
   if (OK != iopen(dbh, YES)) {
     FREE(cnffile);
     FREE(dbh);
+    LOG(LOG_ERROR,
+       _("Failed to load MySQL database module.  Check that MySQL is running 
and configured properly!\n"));
     dbh = NULL;
     return NULL;
   }





reply via email to

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