Browse Source

clean log

master
Jonathan Cobb 4 years ago
parent
commit
211cb1eba7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin.rs

+ 1
- 1
src/admin.rs View File

@@ -193,7 +193,7 @@ async fn handle_register(registration : AdminRegistration,
http::StatusCode::PRECONDITION_FAILED, http::StatusCode::PRECONDITION_FAILED,
)) ))
} else { } else {
debug!("handle_register: spawn ssh tunnel result: {:?}", ssh_result.unwrap());
debug!("handle_register: spawned ssh tunnel");
Ok(warp::reply::with_status( Ok(warp::reply::with_status(
"successfully registered with bubble", "successfully registered with bubble",
http::StatusCode::OK, http::StatusCode::OK,


Loading…
Cancel
Save