From: Andrei Pavel Date: Wed, 9 Feb 2022 12:09:09 +0000 (+0000) Subject: [#2294] add quotes X-Git-Tag: Kea-2.1.3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add7e28cf46af8db9f4f3d426bc9c8e40b7ae916;p=thirdparty%2Fkea.git [#2294] add quotes --- diff --git a/src/lib/mysql/testutils/mysql_schema.cc b/src/lib/mysql/testutils/mysql_schema.cc index 0a7677b5dd..936beb74aa 100644 --- a/src/lib/mysql/testutils/mysql_schema.cc +++ b/src/lib/mysql/testutils/mysql_schema.cc @@ -122,7 +122,7 @@ string getMySQLTlsServerVariable(string variable) { if (name != variable) { isc_throw(DbOperationError, sql << " returned a wrong name '" << name - << "', expected " << variable); + << "', expected '" << variable << "'"); } string value(row[1]); mysql_free_result(result);