Commit 1592518
committed
Use semicolon separator for pgBackRest error messages
Concatenate multiple ERROR/WARN lines with "; " instead of " " for
improved readability when debugging backup issues.
Updated unit test to match new separator format.
Cherry-picked from #1328 (commit 1f1b601).
Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com>1 parent 9813b49 commit 1592518
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments