mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Removed display-name from logging as it may not exist.
This commit is contained in:
parent
68a7f7f4fd
commit
4dbb363211
1 changed files with 2 additions and 2 deletions
|
|
@ -948,9 +948,9 @@ def parse_channels_only(source):
|
|||
total=total_channels
|
||||
)
|
||||
if processed_channels > total_channels:
|
||||
logger.debug(f"[parse_channels_only] Processed channel {tvg_id} - {display_name} - processed {processed_channels - total_channels} additional channels")
|
||||
logger.debug(f"[parse_channels_only] Processed channel {tvg_id} - processed {processed_channels - total_channels} additional channels")
|
||||
else:
|
||||
logger.debug(f"[parse_channels_only] Processed channel {tvg_id} - {display_name} - processed {processed_channels}/{total_channels}")
|
||||
logger.debug(f"[parse_channels_only] Processed channel {tvg_id} - processed {processed_channels}/{total_channels}")
|
||||
if process:
|
||||
logger.debug(f"[parse_channels_only] Memory before elem cleanup: {process.memory_info().rss / 1024 / 1024:.2f} MB")
|
||||
# Clear memory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue