Update cache dir error message

pull/71/head
Miguel Mota 4 years ago
parent 87d111694b
commit 2441a89a6f

@ -265,7 +265,7 @@ func NewCointop(config *Config) (*Cointop, error) {
CacheDir: ct.State.cacheDir,
})
if err != nil {
fmt.Printf("error: %s\nproceeding without filecache.", err)
fmt.Printf("error: %s\nyou may change the cache directory with --cache-dir flag.\nproceeding without filecache.\n", err)
}
ct.filecache = fcache

Loading…
Cancel
Save