From 402dc2145d17340e1a331acc60f36d5c49a136ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 15 May 2007 12:37:03 +0000 Subject: [PATCH] log missing font directories with wxLogDebug, not wxLogTrace, for more visibility git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/dfb/fontmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2