diff --git a/src/dfb/fontmgr.cpp b/src/dfb/fontmgr.cpp index 1bc84cac58..fc97601656 100644 --- a/src/dfb/fontmgr.cpp +++ b/src/dfb/fontmgr.cpp @@ -146,7 +146,7 @@ void wxFontsManager::AddAllFonts() if ( !wxDir::Exists(dir) ) { - wxLogTrace(_T("font"), _T("font directory %s doesn't exist"), dir); + wxLogDebug(_T("font directory %s doesn't exist"), dir); continue; }