Skip to content

Commit

Permalink
Add epoch to debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 2, 2024
1 parent dbdd104 commit 43f245c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/od/ground_station.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ impl TrackingDeviceSim<Spacecraft, RangeDoppler> for GroundStation {
)))
} else {
debug!(
"{} (el. mask {:.3} deg), object at {:.3} deg -- no measurement",
self.name, self.elevation_mask_deg, aer.elevation_deg
"{} {} (el. mask {:.3} deg), object at {:.3} deg -- no measurement",
self.name, rx.orbit.epoch, self.elevation_mask_deg, aer.elevation_deg
);
Ok(None)
}
Expand Down

0 comments on commit 43f245c

Please sign in to comment.