Start logging after updating log path
This commit is contained in:
parent
564745f03b
commit
b45dc74e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ class State():
|
||||||
|
|
||||||
def init_diags(self, menu):
|
def init_diags(self, menu):
|
||||||
"""Initialize diagnostic pass."""
|
"""Initialize diagnostic pass."""
|
||||||
std.print_info('Starting Hardware Diagnostics')
|
|
||||||
|
|
||||||
# Reset objects
|
# Reset objects
|
||||||
self.disks.clear()
|
self.disks.clear()
|
||||||
|
|
@ -174,6 +173,7 @@ class State():
|
||||||
keep_history=False,
|
keep_history=False,
|
||||||
timestamp=False,
|
timestamp=False,
|
||||||
)
|
)
|
||||||
|
std.print_info('Starting Hardware Diagnostics')
|
||||||
|
|
||||||
# Progress Pane
|
# Progress Pane
|
||||||
self.update_progress_pane()
|
self.update_progress_pane()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue