Просмотр исходного кода

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

ghassmo 4 лет назад
Родитель
Сommit
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 {
         if last_index < local_last_index {
             return Err(Error::SlabsStore(
             return Err(Error::SlabsStore(
                 "Local slabstore has higher index than gateway's slabstore.
                 "Local slabstore has higher index than gateway's slabstore.
-                 Delete slabstore database \"darkfid_client.db\"."
+                 Run \" darkfid -r \" to refresh the database."
                     .into(),
                     .into(),
             ));
             ));
         }
         }