mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:40:32 +02:00
IDE: do not warn when environmentoptions.xml is missing
git-svn-id: trunk@32620 -
This commit is contained in:
parent
240337f737
commit
7d0ff1242b
@ -888,7 +888,7 @@ begin
|
||||
ConfFileName:=SetDirSeparators(GetPrimaryConfigPath+'/'+EnvOptsConfFileName);
|
||||
CopySecondaryConfigFile(EnvOptsConfFileName);
|
||||
if (not FileExistsUTF8(ConfFileName)) then begin
|
||||
DebugLn('Note: environment config file not found - using defaults');
|
||||
//DebugLn('Note: environment config file not found - using defaults');
|
||||
end;
|
||||
Filename:=ConfFilename;
|
||||
end;
|
||||
|
@ -178,7 +178,7 @@ begin
|
||||
ConfFileName:=SetDirSeparators(GetPrimaryConfigPath+'/'+MiscOptsFilename);
|
||||
CopySecondaryConfigFile(MiscOptsFilename);
|
||||
if (not FileExistsUTF8(ConfFileName)) then begin
|
||||
DebugLn('NOTE: miscellaneous options file not found - using defaults');
|
||||
//DebugLn('Note: miscellaneous options file not found - using defaults');
|
||||
end;
|
||||
FFilename:=ConfFilename;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user