summaryrefslogtreecommitdiff
path: root/src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go b/src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go
index 2794a24..a7931f2 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvForwardEs.go
@@ -154,7 +154,7 @@ tryResync:
resp.Body.Close() // TODO: check result from elasticsearch
lastId = findMaxId(updates)
- s5l.Printf("fwd-es: new lastid: %d", lastId)
+ s5l.Printf("fwd-es: successfully forwarded %d updates, new lastid: %d", len(updates), lastId)
}
}
}