diff --git a/server/modules/authenticator/MySQLAuth/mysql_auth.c b/server/modules/authenticator/MySQLAuth/mysql_auth.c index 9ad870cdb..25aee7e13 100644 --- a/server/modules/authenticator/MySQLAuth/mysql_auth.c +++ b/server/modules/authenticator/MySQLAuth/mysql_auth.c @@ -116,7 +116,7 @@ static bool open_instance_database(const char *path, sqlite3 **handle) if (rc != SQLITE_OK) { - MXS_ERROR("Failed to open SQLite3 handle: %d, %s", rc, sqlite3_errstr(rc)); + MXS_ERROR("Failed to open SQLite3 handle: %d", rc); return false; }