Skip to content

Commit

Permalink
[Debug] Print some more info
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Nov 19, 2019
1 parent e6d6d6e commit 84b46fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSOClient/tso.simantics/entities/VMEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ public void Delete(bool cleanupAll, VMContext context)
{
if (context.VM.Scheduler.PendingDeletion.Count == 0 || context.VM.Scheduler.RunningNow)
{
context.VM.SignalTraceLog("=== PET OBJECT DELETED ===", true);
context.VM.SignalTraceLog($"=== PET OBJECT DELETED ({ToString()} - pid: {PersistID}, owner: {(PlatformState as VMTSOObjectState)?.OwnerID ?? 0}) ===", true);
}
}
//END DEBUG
Expand Down

0 comments on commit 84b46fe

Please sign in to comment.