mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
ecode: log the configuration path during initialization.
This commit is contained in:
@@ -4214,6 +4214,7 @@ void App::init( InitParameters& params ) {
|
||||
ecode::Version::getCodename() );
|
||||
|
||||
Log::info( "ecode resources path: %s", mResPath );
|
||||
Log::info( "ecode config path: %s", mConfigPath );
|
||||
|
||||
if ( mWindow && mWindow->isOpen() ) {
|
||||
// Only verify GPU driver availability on Windows.
|
||||
|
||||
Reference in New Issue
Block a user