Obsolete Logger cleanup for EntitySystems (#25941)
* Small obsolete Logger cleanup * Fixed three EntitySystem logs that weren't doing it right.
This commit is contained in:
@@ -323,8 +323,7 @@ public sealed partial class StationJobsSystem
|
||||
|
||||
jobs.ExtendedAccess = count <= thresh;
|
||||
|
||||
Logger.DebugS(
|
||||
"station", "Station {Station} on extended access: {ExtendedAccess}",
|
||||
Log.Debug("Station {Station} on extended access: {ExtendedAccess}",
|
||||
Name(station), jobs.ExtendedAccess);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -456,7 +456,7 @@ public sealed class StationSystem : EntitySystem
|
||||
|
||||
if (xform.GridUid == EntityUid.Invalid)
|
||||
{
|
||||
Log.Debug("A");
|
||||
Log.Debug("Unable to get owning station - GridUid invalid.");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user