소스 검색

less confusing message upon hibernation

svn:r2955
Roger Dingledine 21 년 전
부모
커밋
b6cb547667
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/hibernate.c

+ 1 - 1
src/or/hibernate.c

@@ -480,7 +480,7 @@ accounting_set_wakeup_time(void)
 
     log_fn(LOG_NOTICE, "Configured hibernation.  This interval begins at %s; "
            "we will hibernate until %s; "
-           "we expect to stay up until approximately %s; "
+           "we expect to stay up until at least %s; "
            "we will start a new interval at %s (all times local)",
            buf1, buf2, buf3, buf4);
   }