ecode: log the configuration path during initialization.

This commit is contained in:
Martín Lucas Golini
2026-02-02 19:04:39 -03:00
parent e2c390eedf
commit e553398b04

View File

@@ -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.