diff --git a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross index 257b6e0..ddc6a6a 100644 --- a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross +++ b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross @@ -1042,7 +1042,7 @@ class TYTD.Downloader { } } catch(ex) { try{ - this.LOG($"Exception caught on download thread: {e}"); + this.LOG($"Exception caught on download thread: {ex}"); }catch(ex2){} } }