diff options
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()); }, } |