mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Merge branch 'master' of https://github.com/Jackett/Jackett
This commit is contained in:
commit
cdc6210160
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ namespace Jackett.Controllers
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrEmpty(CurrentQuery.SearchTerm))
|
if (!string.IsNullOrEmpty(CurrentQuery.SearchTerm))
|
||||||
{
|
{
|
||||||
logger.Warn($"A search request from {Request.GetOwinContext().Request.RemoteIpAddress} was made contining q and imdbid.");
|
logger.Warn($"A search request from {Request.GetOwinContext().Request.RemoteIpAddress} was made containing q and imdbid.");
|
||||||
return GetErrorXML(201, "Incorrect parameter: please specify either imdbid or q");
|
return GetErrorXML(201, "Incorrect parameter: please specify either imdbid or q");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue