mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
Always show config/log directory during startup
This commit is contained in:
parent
6b084769f8
commit
64d2e8cdf3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace Jackett.Services
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Debug("App config/log directory: " + GetAppDataFolder());
|
logger.Info("App config/log directory: " + GetAppDataFolder());
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue