diff --git a/Robust.Shared/Serialization/RobustMappedStringSerializer.cs b/Robust.Shared/Serialization/RobustMappedStringSerializer.cs index 14a73c8fc..19d9b6510 100644 --- a/Robust.Shared/Serialization/RobustMappedStringSerializer.cs +++ b/Robust.Shared/Serialization/RobustMappedStringSerializer.cs @@ -295,7 +295,7 @@ namespace Robust.Shared.Serialization _stringMapHash = _serverHash; - LogSzr.Debug($"Locked in at {_dict.StringCount} mapped strings."); + LogSzr.Debug($"Locked in at {_dict.StringCount} mapped strings ({ByteHelpers.FormatBytes(msg.Package!.Length)})."); packageStream.Position = 0; if (EnableCaching) @@ -439,7 +439,7 @@ namespace Robust.Shared.Serialization _stringMapHash = msgMapStr.Hash!; LogSzr.Debug($"Read {added} strings from cache {hashStr}."); - LogSzr.Debug($"Locked in at {_dict.StringCount} mapped strings."); + LogSzr.Debug($"Locked in at {_dict.StringCount} mapped strings ({ByteHelpers.FormatBytes(file.Length)})."); // ok we're good now var channel = msgMapStr.MsgChannel; OnClientCompleteHandshake(_net, channel);