X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Foctopus%2Fentity_data_bin.cpp;h=fd877d7bb67d64c7505bb08d0bd36f34d2adc92a;hb=9b3e479ca6ea9dbad13ad0573b4148f61514abfb;hp=427deb1658e0bc0440cbf8f13bb7ee280965826b;hpb=51d71c226be424b6a698c7474d237e8c69661af5;p=feisty_meow.git diff --git a/octopi/library/octopus/entity_data_bin.cpp b/octopi/library/octopus/entity_data_bin.cpp index 427deb16..fd877d7b 100644 --- a/octopi/library/octopus/entity_data_bin.cpp +++ b/octopi/library/octopus/entity_data_bin.cpp @@ -241,6 +241,7 @@ bool entity_data_bin::add_item(infoton *to_add, if (current_size + to_add->packed_size() > _max_per_ent) { WHACK(holder); +LOG(astring("size limit would be exceeded if we stored this product")); return false; }