Commit 9f2b487
authored
ITS: Tracker don't print expected exception
If we are catching the expected exception std::bad_alloc, the print is superfluous. Also the validation script explicitly regex checks the log for this string leading to jobs being failed although the reco was successful.
If the exception is anything different, still print it.1 parent e04d84f commit 9f2b487
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments