From 7ee0f7eb4d315fdc0a44f09eef2e180ae27b91d0 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 6 Feb 2021 18:28:35 -0700 Subject: Re-add debug log for activate command erroring --- src/deploy.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/deploy.rs b/src/deploy.rs index 62c97d0..54d5ea7 100644 --- a/src/deploy.rs +++ b/src/deploy.rs @@ -323,6 +323,7 @@ pub async fn deploy_profile( }; }, x = recv_activate => { + debug!("Activate command exited with an error"); return Err(x.unwrap()); }, } -- cgit v1.2.3