소스 검색

clean log

master
Jonathan Cobb 4 년 전
부모
커밋
211cb1eba7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/admin.rs

+ 1
- 1
src/admin.rs 파일 보기

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


불러오는 중...
취소
저장