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:
parent
a6c24a6c40
commit
0c0b4475aa
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue