Commit 4b9b740
committed
CA-227721: init-script: flush to log on xapi start
The start function in the init-script for xapi was writing
"Starting xapi: " with no newline on success, so the text
did not reach the logging system until the next stop; this
caused wrong and confusing logs.
Now the function emits a newline immediately before it
replaces itself with a xapi process.
Signed-off-by: Thomas Sanders <[email protected]>1 parent bbe29f5 commit 4b9b740
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments