]> git.saurik.com Git - wxWidgets.git/commit - samples/fswatcher/fswatcher.cpp
Fix wrong wxLogDebug() call in fswatcher sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:41:18 +0000 (22:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:41:18 +0000 (22:41 +0000)
commit6969b18cc75866e1a1c47e20f0b3d4d5dcff95b1
tree07ad2f7cf213a23afb492e4d3347f135167479b6
parent5fc3e6d44801d4bfd898107aeca4fe8768441f8f
Fix wrong wxLogDebug() call in fswatcher sample.

Replace wxLogDebug() with wxLogTrace() as was probably intended. This fixes
the assert which happened when running the sample because of the wrong number
of parameters passed to wxLogDebug().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/fswatcher/fswatcher.cpp