From 17410ec1a4f4a58b4ee9f4397047f80e80e2b767 Mon Sep 17 00:00:00 2001 From: grothoff Date: Sat, 5 Nov 2011 18:47:50 +0000 Subject: introducing GNUNET_abort git-svn-id: https://gnunet.org/svn/gnunet@18028 140774ce-b5e7-0310-ab8b-a85725594a96 --- src/datacache/plugin_datacache_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datacache/plugin_datacache_mysql.c') diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c index cf282dbdcc..9185c5ca1e 100644 --- a/src/datacache/plugin_datacache_mysql.c +++ b/src/datacache/plugin_datacache_mysql.c @@ -100,7 +100,7 @@ * a failure of the command 'cmd' with the message given * by strerror(errno). */ -#define DIE_MYSQL(cmd, dbh) do { GNUNET_log(GNUNET_ERROR_TYPE__ERROR, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, mysql_error((dbh)->dbf)); abort(); } while(0); +#define DIE_MYSQL(cmd, dbh) do { GNUNET_log(GNUNET_ERROR_TYPE__ERROR, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, mysql_error((dbh)->dbf)); GNUNET_abort(); } while(0); /** * Log an error message at log-level 'level' that indicates -- cgit v1.2.3-70-g09d2