Remove redundant info from message

pull/2332/head
Valentin Rakush 7 years ago
parent e8621ce336
commit 6c8b7971ae

@ -112,7 +112,7 @@ extern int gdbg;
#define ASSERT_SQLITE3(cond, arg, db) \
do { \
if (!cond) { \
proxy_error("SQLite3 error on %s:%d:%s(). Return corde %d. Error message: %s\n", __FILE__, __LINE__, __func__, arg, sqlite3_errmsg(db->get_db())); \
proxy_error("SQLite3 error with return corde %d. Error message: %s\n", arg, sqlite3_errmsg(db->get_db())); \
exit(EXIT_FAILURE); \
} \
} while(0)

Loading…
Cancel
Save