We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b10218 commit 11a27c7Copy full SHA for 11a27c7
src/NHibernate/ADOException.cs
@@ -13,7 +13,7 @@ public ADOException(DataException root) : this("DataException occurred", root) {
13
14
public ADOException(string str, Exception root) : base(str, root) {
15
sqle = root;
16
- log.Error(str, root);
+ log.Error(str, root);
17
}
18
19
0 commit comments