An unassigned variable was used in a log message. Replace it by the
relevant one.
Fixes: https://tracker.ceph.com/issues/76947
Signed-off-by: Xavi Hernandez <xhernandez@gmail.com>
# passwords - this will be the inverse of the filter applied to
# the input
out_op = (PasswordFilter.NONE, out_pf)
- log.debug('Password filtering for smb apply output: %r', in_op)
+ log.debug('Password filtering for smb apply output: %r', out_op)
all_results = all_results.convert_results(out_op)
return all_results