Commit ad2e38a
LP2125232: Properly log SFTP errors in acquisitions EDI processing
The code for reporting SFTP get and put errors in acquistions EDI was
not properly interpolating the error message into the log message.
This patch resolves that by concatenating the value to the message
string so that it appears properl in the logs and in the database.
Release-note: Resolves an issue with some SFTP errors not being
reported properly in acquisitions EDI processing.
Signed-off-by: Jason Stephenson <[email protected]>
Signed-off-by: Jane Sandberg <[email protected]>1 parent 292e5a1 commit ad2e38a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
0 commit comments