Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Cleaned logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 20, 2021
1 parent 294c2c7 commit d6cf8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl Manager {
&session.pod.start_time.and_then(|p| p.elapsed().ok())
{
if duration > &session.duration {
info!("Undeploying {} {:?}", session.user_id, session.pod.phase);
info!("Undeploying {}", session.user_id);

match self.clone().delete_session(&session.user_id) {
Ok(()) => (),
Expand Down

0 comments on commit d6cf8c7

Please sign in to comment.