Skip to content

Commit 11a27c7

Browse files
author
Tom Barrett
committed
*** empty log message ***
SVN: trunk@127
1 parent 4b10218 commit 11a27c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/ADOException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public ADOException(DataException root) : this("DataException occurred", root) {
1313

1414
public ADOException(string str, Exception root) : base(str, root) {
1515
sqle = root;
16-
log.Error(str, root);
16+
log.Error(str, root);
1717
}
1818

1919
}

0 commit comments

Comments
 (0)