Merge pull request #1023 from xiaoyifang/opt/debug-log

fix: add log
This commit is contained in:
xiaoyifang 2023-07-29 14:39:10 +08:00 committed by GitHub
commit 1768e18fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,8 +93,10 @@ LoadDictionaries::LoadDictionaries( Config::Class const & cfg ):
void LoadDictionaries::run()
{
try {
for ( const auto & path : paths )
for ( const auto & path : paths ) {
qDebug() << "handle path:" << path.path;
handlePath( path );
}
// Make soundDirs
{