Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Nov 11, 2024
1 parent 55cc2a2 commit 5a8202f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tranga/MangaConnectors/MangaConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ protected HttpStatusCode DownloadChapterImages(string[] imageUrls, Chapter chapt
File.SetUnixFileMode(saveArchiveFilePath, UserRead | UserWrite | UserExecute | GroupRead | GroupWrite | GroupExecute | OtherRead | OtherExecute);
Directory.Delete(tempFolder, true); //Cleanup

Log("Created archive.");
progressToken?.Complete();
Log("Download complete.");
return HttpStatusCode.OK;
}

Expand Down

0 comments on commit 5a8202f

Please sign in to comment.