From e553398b0441779a0b8d0605ad9202bc5950d47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Mon, 2 Feb 2026 19:04:39 -0300 Subject: [PATCH] ecode: log the configuration path during initialization. --- src/tools/ecode/ecode.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/ecode/ecode.cpp b/src/tools/ecode/ecode.cpp index 3d26d4cbc..a1edfd1c9 100644 --- a/src/tools/ecode/ecode.cpp +++ b/src/tools/ecode/ecode.cpp @@ -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.