瀏覽代碼

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(),
             ));
         }