fix(logging): change success to display

This commit is contained in:
Marshall Hallenbeck
2025-08-17 15:45:51 -04:00
parent 1709bc198e
commit 4bf228aebe
+1 -1
View File
@@ -1905,7 +1905,7 @@ class smb(connection):
# create the directory for this folder
os.makedirs(local_folder_path, exist_ok=True)
if not filtered_items and not silent:
self.logger.success(f"Created empty directory '{local_folder_path}'")
self.logger.display(f"Created empty directory '{local_folder_path}'")
for item in filtered_items:
item_name = item.get_longname()