소스 검색

gateway: print more clear message when slabstore has higher index than gateway's slabstore

ghassmo 4 년 전
부모
커밋
e50f7ec928
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/service/gateway.rs

+ 1 - 1
src/service/gateway.rs

@@ -228,7 +228,7 @@ impl GatewayClient {
         if last_index < local_last_index {
             return Err(Error::SlabsStore(
                 "Local slabstore has higher index than gateway's slabstore.
-                 Delete slabstore database \"darkfid_client.db\"."
+                 Run \" darkfid -r \" to refresh the database."
                     .into(),
             ));
         }