Skip to content

Commit

Permalink
Added new informational message (#868)
Browse files Browse the repository at this point in the history
* Added new informational message

* Update dftimewolf/lib/processors/turbinia_base.py

---------

Co-authored-by: Thomas Chopitea <[email protected]>
  • Loading branch information
jleaniz and tomchop authored May 21, 2024
1 parent 3b74851 commit e83e308
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dftimewolf/lib/processors/turbinia_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ def TurbiniaSetUp(
decoded_response = self._decode_api_response(api_response)
self.output_path = decoded_response.get('OUTPUT_DIR')
except turbinia_api_lib.exceptions.ApiException as exception:
self.logger.info("Error connecting to Turbinia API server, please "
"make sure you configured the Turbinia recipe "
"parameters correctly.")
self.ModuleError(exception.body, critical=True)

def TurbiniaStart(
Expand Down

0 comments on commit e83e308

Please sign in to comment.