소스 검색

add debug log

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

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

@@ -93,7 +93,7 @@ async fn handle_register(registration : AdminRegistration,
// PUT it and see if it worked
let client = reqwest::Client::new();
let url = format!("https://{}/api/me/flexRouters", registration.bubble);
println!("handle_register: registering ourself with {}", url);
println!("handle_register: registering ourself with {}, sending: {:?}", url, bubble_registration);
match client.put(url.as_str())
.header(HEADER_BUBBLE_SESSION, registration.session)
.json(&bubble_registration)


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