diff --git a/sfds/index.js b/sfds/index.js
index 3604b3d42809f4b8cbeae40d8000c1c5f50d124a..c410630c79301e9036c9bece1fcb1d7d557e74d1 100644
--- a/sfds/index.js
+++ b/sfds/index.js
@@ -404,6 +404,7 @@ app.post("/bolt", function(req, res) {
 });
 
 app.post("/spout", function(req, res) {
+  console.log("spout got: " + req.body.state)
   queue.push(req.body)
   res.send("got it");
 });