Log: Change success to verbose and move down in ordering

This commit is contained in:
Connor McLaughlin
2020-12-09 01:03:23 +10:00
parent 678146b907
commit 98766a490f
8 changed files with 20 additions and 20 deletions

View File

@ -1928,7 +1928,7 @@ bool CommonHostInterface::SaveInputProfile(const char* profile_path, SettingsInt
return false;
}
Log_SuccessPrintf("Input profile saved to '%s'", profile_path);
Log_InfoPrintf("Input profile saved to '%s'", profile_path);
return true;
}