summaryrefslogtreecommitdiff
path: root/cli/disk_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/disk_cache.rs')
-rw-r--r--cli/disk_cache.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/disk_cache.rs b/cli/disk_cache.rs
index 8978065de..1fc9b3289 100644
--- a/cli/disk_cache.rs
+++ b/cli/disk_cache.rs
@@ -107,8 +107,9 @@ impl DiskCache {
}
scheme => {
unimplemented!(
- "Don't know how to create cache name for scheme: {}",
- scheme
+ "Don't know how to create cache name for scheme: {}\n Url: {}",
+ scheme,
+ url
);
}
};