aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-05-05 08:14:37 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-05-05 08:14:37 +0000
commit47cb89f03aa7e84abf55cb5ddeb03511ed8858a9 (patch)
tree8b756d4bd4afe5838ce141fef051948d1467e8a3 /src/datastore/plugin_datastore_mysql.c
parent471884b02af012b77ef3ac5b333203f8d1292eb9 (diff)
link
git-svn-id: https://gnunet.org/svn/gnunet@15152 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index e4989d519d..baba03efbb 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;