This repository was archived by the owner on Feb 4, 2022. It is now read-only.
Commit 04dfc96
committed
refactor(pool): move
We previously emitted a debug message when a connection failed in the `Connection.connect` method. Now that we have moved all initialization to a single method, it's more appropriate to move the debug message to the `connect` call site's error case.connect error debug logging to call site1 parent f25683e commit 04dfc96
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
388 | 392 | | |
389 | 393 | | |
390 | 394 | | |
| |||
705 | 709 | | |
706 | 710 | | |
707 | 711 | | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
708 | 716 | | |
709 | 717 | | |
710 | 718 | | |
| |||
1276 | 1284 | | |
1277 | 1285 | | |
1278 | 1286 | | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
1279 | 1291 | | |
1280 | 1292 | | |
1281 | 1293 | | |
| |||
0 commit comments