mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 09:56:07 -05:00
include segments in debug output
This commit is contained in:
@@ -1529,6 +1529,7 @@ impl fmt::Debug for File {
|
||||
.field("last_modified", &self.0.last_modified)
|
||||
.field("etag", &self.0.etag)
|
||||
.field("slices", &self.0.slices)
|
||||
.field("segments", &self.0.segments)
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user