Fix event handling for CompanyProfile

This commit is contained in:
2025-04-11 00:41:53 -04:00
parent 732cfbfdbc
commit acbd29948a
3 changed files with 25 additions and 8 deletions

View File

@@ -145,7 +145,8 @@ namespace MarketData.DataAccess
}
catch (Exception exception)
{
MDTrace.WriteLine(LogLevel.DEBUG,exception);
MDTrace.WriteLine(LogLevel.DEBUG,$"Exception: {exception.ToString()}");
if(null!=strQuery)MDTrace.WriteLine(LogLevel.DEBUG,$"Query was {strQuery}");
return false;
}
finally