You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
non_debug_receive will dump an error after reading the last bits of the header,
which is expected and handled by the caller appropriately:
```
xenopsd-xc: [error||67 |Async.VM.resume R:beac7be348f1|xenguesthelper]
Memory F 6019464 KiB S 0 KiB T 8183 MiB <--- dumping error
xenopsd-xc: [debug||67 |Async.VM.resume R:beac7be348f1|mig64]
Finished emu-manager result processing <---- End_of_file expected and handled
```
Don't pollute the logs and instead just log the same info with 'debug' when the
error is End_of_file.
Signed-off-by: Andrii Sultanov <[email protected]>
0 commit comments