mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
BUG-1991: Fixed missing log file for PAF version.
This commit is contained in:
parent
b6ccbb783a
commit
7d69b6b3bb
7 changed files with 33 additions and 42 deletions
|
@ -61,7 +61,7 @@ namespace GreenshotPlugin.Core {
|
|||
LOG.Warn("IniConfig hasn't been initialized yet! (Design mode?)");
|
||||
IniConfig.Init("greenshot", "greenshot");
|
||||
}
|
||||
if (!LogHelper.isInitialized) {
|
||||
if (!LogHelper.IsInitialized) {
|
||||
LOG.Warn("Log4net hasn't been initialized yet! (Design mode?)");
|
||||
LogHelper.InitializeLog4NET();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue