Skip to content

Commit 760c5db

Browse files
claudiamurialdoBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/codeql' into beta
1 parent 79cf80e commit 760c5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Helpers/GXMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static public object FindInstance(string defaultAssemblyName, string clss, Objec
227227
static public object FindInstance(string defaultAssemblyName, string nspace, string clss, Object[] constructorArgs, Assembly defaultAssembly, bool ignoreCase=false)
228228
{
229229
Type objType = FindType( defaultAssemblyName, nspace, clss, defaultAssembly, ignoreCase);
230-
GXLogging.Debug(log, "CreateInstance class:", clss);
230+
GXLogging.DebugSanitized(log, "CreateInstance class:", clss);
231231
return Activator.CreateInstance(objType, constructorArgs);
232232
}
233233
static public void ExecuteVoidRef(object o, string mthd, Object[] args)

0 commit comments

Comments
 (0)