Skip to content

Commit

Permalink
now log also on ruby side
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 12, 2023
1 parent f2a22a8 commit defc0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/lib/agama/storage/callbacks/activate_luks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def call(info, attempt)
question = question(info, attempt)

questions_client.ask(question) do |question_client|
# TODO: remove!
@logger.info("answer: #{question_client.answer.inspect} pwd #{question.password.inspect}")
activate = question_client.answer == :decrypt
password = question_client.password

Expand Down

0 comments on commit defc0f3

Please sign in to comment.