More logging

This commit is contained in:
Glax 2024-11-11 17:59:48 +01:00
parent 55cc2a2e84
commit 5a8202f872

View File

@ -281,7 +281,9 @@ public abstract class MangaConnector : GlobalBase
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;
}