mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 19:19:05 +00:00
spicec: do not abort if cache error
This commit is contained in:
parent
e67caa8516
commit
c3d6f0e1df
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user