Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Nov 9, 2021
1 parent 9affc4e commit ec1719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/WasmAppBuilder/IcallTableGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void ProcessType (Type type)
}
catch (NotImplementedException nie)
{
Log.LogWarning($"Failed to generate icall function for '[{method.DeclaringType!.Assembly.GetName().Name}] {className}::{method.Name}'" +
Log.LogWarning($"Failed to generate icall function for method '[{method.DeclaringType!.Assembly.GetName().Name}] {className}::{method.Name}'" +
$" because type '{nie.Message}' is not supported for parameter named '{par.Name}'. Ignoring.");
return null;
}
Expand Down

0 comments on commit ec1719d

Please sign in to comment.