mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-02 00:26:45 +00:00
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
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user