summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nanochat/pylon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanochat/pylon.lua b/nanochat/pylon.lua
index 096dcf0..8e510bc 100644
--- a/nanochat/pylon.lua
+++ b/nanochat/pylon.lua
@@ -47,7 +47,7 @@ function Nanochat:recving()
if self.usids[id] then
self.usids[id] = nil
else
- self.log:proto('<',chan,d.sender.d.body)
+ self.log:proto('<',chan,d.sender,d.body)
self.wilson:deliver(Channel(self, chan), d)
end
end