summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/cache.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/cache.hpp b/client/cache.hpp
index e267f427..7dce6715 100644
--- a/client/cache.hpp
+++ b/client/cache.hpp
@@ -45,7 +45,8 @@ public:
while (*item) {
if ((*item)->id == id) {
- THROW("%s id %" PRIu64 ", double insert", Treat::name(), id);
+ spice_printerr("%s id %" PRIu64 ", double insert", Treat::name(), id);
+ return;
}
item = &(*item)->next;
}