fertling about.
[feisty_meow.git] / octopi / library / octopus / entity_data_bin.cpp
index 427deb1658e0bc0440cbf8f13bb7ee280965826b..fd877d7bb67d64c7505bb08d0bd36f34d2adc92a 100644 (file)
@@ -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;
   }