Explorar el Código

clean log

master
Jonathan Cobb hace 4 años
padre
commit
211cb1eba7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/admin.rs

+ 1
- 1
src/admin.rs Ver fichero

@@ -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,


Cargando…
Cancelar
Guardar