ソースを参照

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,


読み込み中…
キャンセル
保存