mirror of https://github.com/Jackett/Jackett
IIndexerManagerService: fix typo (#671)
This commit is contained in:
parent
037d907028
commit
5eccf08690
|
@ -200,7 +200,7 @@ namespace Jackett.Services
|
|||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
logger.Error(string.Format("Error while moving {0} to {1}: {2}", configFilePath, configFilePathBak, ex.ToString()));
|
||||
logger.Error(string.Format("Error while moving {0} to {1}: {2}", configFilePathTmp, configFilePath, ex.ToString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue