소스 검색

fix: use eprintln instead

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 년 전
부모
커밋
0f9b3bf71a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/output/table.rs

+ 1 - 1
src/output/table.rs

@@ -288,7 +288,7 @@ impl Environment {
                 Some(t)
             }
             Err(ref e) => {
-                debug!("Unable to determine time zone: {}", e);
+                eprintln!("Unable to determine time zone: {e}");
                 None
             }
         };