Skip to content

Commit 965f25d

Browse files
committed
fix a log message in ffi.py
closes #113
1 parent ac715a9 commit 965f25d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libarchive/ffi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,5 @@ def get_write_filter_function(filter_name):
328328
except AttributeError:
329329
logger.info(
330330
f"the libarchive being used (version {version_number()}, "
331-
f"path {ffi.libarchive_path}) doesn't support encryption"
331+
f"path {libarchive_path}) doesn't support encryption"
332332
)

0 commit comments

Comments
 (0)