diff --git a/code/game/machinery/biogenerator.dm b/code/game/machinery/biogenerator.dm
index bf53df74ecf..b2455ab2aa4 100644
--- a/code/game/machinery/biogenerator.dm
+++ b/code/game/machinery/biogenerator.dm
@@ -134,7 +134,8 @@
dat += "
Error: No growns inside.
Please put growns into reactor.
"
menustat = "menu"
if("nobeakerspace")
- dat += "Not enough space left in container. Unable to create product.
"
+ // dat += "Not enough space left in container. Unable to create product.
"
+ user << "Not enough space left in container. Unable to create product. Please empty container."
menustat = "menu"
if(beaker)
dat += "Biomass: [points] units.
"