Fix broken log trace name in previous commit.
This commit is contained in:
parent
f584b30c73
commit
29092c3b3d
|
@ -1086,7 +1086,7 @@ void TREE_PROJECT_FRAME::FileWatcherReset()
|
||||||
// we can see wxString under a debugger, not a wxFileName
|
// we can see wxString under a debugger, not a wxFileName
|
||||||
const wxString& path = itemData->GetFileName();
|
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
|
if( wxFileName::IsDirReadable( path ) ) // linux whines about watching protected dir
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue