mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-24 06:54:49 +01:00
Fix typo in SaveConfig (#532)
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Jackett.Services
|
||||
}
|
||||
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