Explorar o código

Don't show an error on stdout when there is no timezone info

This fixes issue #980.
Dan Zwell %!s(int64=4) %!d(string=hai) anos
pai
achega
c9f6f0a8f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/output/table.rs

+ 1 - 1
src/output/table.rs

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