commit | 9a5a112a81d393bde1e53a048f1166a21ea4af75 | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Tue Nov 08 10:24:57 2016 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Tue Nov 08 10:32:12 2016 +0100 |
tree | 36bf02f431b8ad461b7f4b3fe3c70ef5e038429a | |
parent | 059f4db5cc2319530a52e313dec617855726bab2 [diff] |
_log_console_output do not raise NotFound _log_console_output is typically used for debugging purposes, usually in an exception handler. It can receive a list of servers for printing the serial console's output, but it is possible, in the mean time the server get deleted. Raising NotFound in the above case, makes very confusing to read the debug log. Change-Id: Ic2bab4d20ddc1e35e8683d28fd456ce619c0390d