瀏覽代碼

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() {


Loading…
取消
儲存