Move log into UNIX ifdef

This commit is contained in:
Seth Hillbrand 2024-05-09 19:28:46 -07:00
parent 695493fc3d
commit 7aa3892ba3
1 changed files with 1 additions and 1 deletions

View File

@ -1479,10 +1479,10 @@ void PROJECT_TREE_PANE::FileWatcherReset()
kid = m_TreeProject->GetNextChild( root_id, cookie );
}
#endif
if( total_watch_count >= ADVANCED_CFG::GetCfg().m_MaxFilesystemWatchers )
wxLogTrace( tracePathsAndFiles, "%s: too many directories to watch\n", __func__ );
#endif
#if defined(DEBUG) && 1
wxArrayString paths;