ソースを参照

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


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