Commit 4c1e27f
committed
Merge two logs in one
There is no need for logging the exception separately. Moreover, some
data providers (Sybase.AdoNet4.AseClient) sometimes fail when reading
the exception message, causing this way of logging to fail the whole
program.1 parent 41782de commit 4c1e27f
File tree
2 files changed
+2
-4
lines changed- src/NHibernate
- Async/Tool/hbm2ddl
- Tool/hbm2ddl
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
| 193 | + | |
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
| |||
0 commit comments