소스 검색

remove useless line

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

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

@@ -112,7 +112,7 @@ async fn main() {
.init().unwrap();

// todo: ensure we are running as root (or Administrator on Windows)
info!("The ID of the current user is {} and log level is {:?}", whoami::username());
info!("The ID of the current user is {}", whoami::username());

let password_file_opt = args.value_of("password_file");
if password_file_opt.is_none() {


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