diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-05-05 08:14:37 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-05-05 08:14:37 +0000 |
commit | 47cb89f03aa7e84abf55cb5ddeb03511ed8858a9 (patch) | |
tree | 8b756d4bd4afe5838ce141fef051948d1467e8a3 /src/datastore/plugin_datastore_mysql.c | |
parent | 471884b02af012b77ef3ac5b333203f8d1292eb9 (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.c | 3 |
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; |