mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 07:24:31 +08:00
Remove unnecessary use of wxLogXXX("%s")
Just pass the strings directly to wxLogXXX functions as this works correctly after the changes of the parent commit.
This commit is contained in:
@@ -79,7 +79,7 @@ protected:
|
||||
s << '\t' << reply[n] << '\n';
|
||||
}
|
||||
|
||||
wxLogMessage("%s", s);
|
||||
wxLogMessage(s);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user