Fix broken log trace name in previous commit.

This commit is contained in:
Wayne Stambaugh 2018-10-17 15:34:46 -04:00
parent f584b30c73
commit 29092c3b3d
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ void TREE_PROJECT_FRAME::FileWatcherReset()
// we can see wxString under a debugger, not a wxFileName
const wxString& path = itemData->GetFileName();
wxLogTrace( traceFilesAndPaths, "%s: add '%s'\n", __func__, TO_UTF8( path ) );
wxLogTrace( tracePathsAndFiles, "%s: add '%s'\n", __func__, TO_UTF8( path ) );
if( wxFileName::IsDirReadable( path ) ) // linux whines about watching protected dir
{