Fix errant string format char.
This commit is contained in:
parent
37209bb496
commit
e4b6da287f
|
@ -281,7 +281,7 @@ void DisplayError( wxWindow* aParent, const wxString& aText, int aDisplayTime )
|
|||
{
|
||||
if( !wxTheApp || !wxTheApp->IsMainLoopRunning() )
|
||||
{
|
||||
wxLogDebug( "%s: %s", aDisplayTime, aText );
|
||||
wxLogDebug( "%s", aText );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue