diff options
author | notgne2 | 2021-02-06 18:28:35 -0700 |
---|---|---|
committer | notgne2 | 2021-02-09 02:55:26 -0700 |
commit | 7ee0f7eb4d315fdc0a44f09eef2e180ae27b91d0 (patch) | |
tree | 72608f0fd22bdb3ccba7465f1430c0f823e9f04a /src | |
parent | b74bb50a15b3b94d6c7138a8ca40aedc92de5f69 (diff) |
Re-add debug log for activate command erroring
Diffstat (limited to 'src')
-rw-r--r-- | src/deploy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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()); }, } |