More readable conversion warnings

This commit is contained in:
2017-08-14 21:57:12 +07:00
parent cd69f3dcd3
commit bcd6905e27
4 changed files with 51 additions and 30 deletions

View File

@@ -305,7 +305,7 @@ namespace FTSwfTools {
void TagToWarningLog(SwfTagBase tag) {
if ( WarningLog != null ) {
WarningLog(string.Format("SwfContextExecuter: {0}", tag));
WarningLog(string.Format("{0}", tag));
}
}