Skip to content

Commit

Permalink
Merge pull request #373 from MinimaJack/patch-1
Browse files Browse the repository at this point in the history
Fix log message
  • Loading branch information
traceon authored Aug 17, 2021
2 parents 50aaae2 + 6bd856c commit 63cd681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ void Connection::setConfiguration(const key_value_map_t & cs_fields, const key_v
throw std::runtime_error("Connection string: bad value '" + value + "' for attribute '" + key + "'");
}
else {
LOG("Connection string: unknown attribute '" << key << "', ignoting");
LOG("Connection string: unknown attribute '" << key << "', ignoring");
}
}

Expand Down

0 comments on commit 63cd681

Please sign in to comment.