Skip to content

Commit 926eff6

Browse files
committed
Debug
1 parent c85538b commit 926eff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/epsilon/server/instance.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,12 @@ impl Instance {
168168
}
169169

170170
pub async fn to_json(&self) -> InstanceJson {
171+
info!("Converting instance to json");
172+
171173
let info_result = self.get_info().await;
172174

175+
info!("Got info");
176+
173177
InstanceJson {
174178
name: self.get_name().to_string(),
175179
template: self.get_template_name().to_string(),

0 commit comments

Comments
 (0)