Stop spamming the file log without being asked to. Removes the "Loading settings from" and "Starting application" notices being written to the file log when the file log was not enabled.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4770 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5877961354
commit
746b9eeaab
|
@ -144,7 +144,6 @@ void SConfig::SaveSettings()
|
|||
|
||||
void SConfig::LoadSettings()
|
||||
{
|
||||
NOTICE_LOG(BOOT, "Loading Settings from %s", CONFIG_FILE);
|
||||
IniFile ini;
|
||||
#if defined(__APPLE__)
|
||||
ini.Load(File::GetConfigDirectory());
|
||||
|
|
|
@ -91,8 +91,6 @@ LONG WINAPI MyUnhandledExceptionFilter(LPEXCEPTION_POINTERS e) {
|
|||
|
||||
bool DolphinApp::OnInit()
|
||||
{
|
||||
|
||||
NOTICE_LOG(BOOT, "Starting application");
|
||||
// Declarations and definitions
|
||||
bool UseDebugger = false;
|
||||
bool UseLogger = false;
|
||||
|
|
Loading…
Reference in New Issue