link
authorChristian Grothoff <christian@grothoff.org>
Thu, 5 May 2011 08:14:37 +0000 (08:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 5 May 2011 08:14:37 +0000 (08:14 +0000)
src/datastore/plugin_datastore_mysql.c
src/transport/Makefile.am

index e4989d519dd8b8a0a33a6865803d73c24e076ff2..baba03efbbd1985d37e73e120ac1afa61d22268d 100644 (file)
@@ -620,8 +620,9 @@ init_params (struct Plugin *plugin,
   if (mysql_stmt_execute (s->statement))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                 _("`%s' failed at %s:%d with error: %s\n"),
+                 _("`%s' for `%s' failed at %s:%d with error: %s\n"),
                  "mysql_stmt_execute",
+                 s->query,
                  __FILE__, __LINE__, mysql_stmt_error (s->statement));
       iclose (plugin);
       return GNUNET_SYSERR;
index 699e8efcaba7c758f1909e3a576194195db43ee6..55fd97b6c09c5e4ca1f094370fa59fb5c13f8405 100644 (file)
@@ -272,12 +272,14 @@ endif
 test_transport_ats_SOURCES = \
  test_transport_ats.c
 test_transport_ats_LDADD = \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 
 test_transport_ats_perf_SOURCES = \
  test_transport_ats_perf.c
 test_transport_ats_perf_LDADD = \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(GN_GLPK) \
  $(top_builddir)/src/util/libgnunetutil.la