IIndexerManagerService: fix typo (#671)

This commit is contained in:
kaso17
2016-11-10 09:10:16 +01:00
committed by GitHub
parent 037d907028
commit 5eccf08690

View File

@@ -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()));
}
}
}