From: Christian Grothoff Date: Thu, 5 May 2011 08:14:37 +0000 (+0000) Subject: link X-Git-Tag: initial-import-from-subversion-38251~18550 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ad3c5402aad17be8d8a34550c4795340581103e;p=oweals%2Fgnunet.git link --- diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index e4989d519..baba03efb 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -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; diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 699e8efca..55fd97b6c 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -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