Skip to content

Commit

Permalink
Fix exception caused by a log message (#8558) (#8701) (#8756)
Browse files Browse the repository at this point in the history
Co-authored-by: peter-perot <peter-perot@users.noreply.github.com>
  • Loading branch information
ReubenBond and peter-perot committed Dec 2, 2023
1 parent fbd92f4 commit 6be49c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orleans.Runtime/Silo/Silo.cs
Expand Up @@ -612,7 +612,7 @@ await grainService
logger.LogDebug(
"{GrainServiceType} Grain Service with Id {GrainServiceId} stopped successfully.",
grainService.GetType().FullName,
grainService.GetPrimaryKeyLong(out string ignored));
grainService.GetGrainId().ToString());
}
}
}
Expand Down

0 comments on commit 6be49c1

Please sign in to comment.