Skip to content

Commit

Permalink
Better logging for [p]plm-playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Jun 15, 2024
1 parent ae45d24 commit 041ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plmigrator/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async def _process_playlists(self, playlist_api: PlaylistWrapper, context: PyLav
tracks=tracks,
)
LOGGER.info(
"Successfully to migrate playlist %s (%s) from guild: %s in scope: %s",
"Successfully migrated playlist %s (%s) from guild: %s in scope: %s",
pl.playlist_name,
pl.playlist_id,
pl.author_id,
Expand Down

0 comments on commit 041ad37

Please sign in to comment.