mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix typo in SaveConfig (#532)
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Jackett.Services
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
logger.Error(e, "Error reading config file " + fullPath);
|
logger.Error(e, "Error writing config file " + fullPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user