1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 15:42:48 +00:00

Cardigann: print cookies after login

This commit is contained in:
kaso17 2017-02-06 17:28:40 +01:00
parent a6c24a6c40
commit 0c0b4475aa

View file

@ -602,6 +602,7 @@ namespace Jackett.Indexers
{ {
throw new NotImplementedException("Login method " + Definition.Login.Method + " not implemented"); throw new NotImplementedException("Login method " + Definition.Login.Method + " not implemented");
} }
logger.Debug(string.Format("CardigannIndexer ({0}): Cookies after login: {1}", ID, CookieHeader));
return true; return true;
} }