plugins/mod_admin_shell.lua
changeset 12555 3b7e97e0a8ef
parent 12544 0684506c99d3
child 12593 39ae08180c81
--- a/plugins/mod_admin_shell.lua	Mon Jun 13 19:17:36 2022 +0200
+++ b/plugins/mod_admin_shell.lua	Mon Jun 13 21:25:42 2022 +0200
@@ -1533,7 +1533,7 @@
 		module:unhook("s2sin-established", onestablished);
 		module:unhook("s2s-destroyed", ondestroyed);
 	end):next(function(pong)
-		return ("pong from %s in %gs"):format(pong.stanza.attr.from, time.now() - time_start);
+		return ("pong from %s on %s in %gs"):format(pong.stanza.attr.from, pong.origin.id, time.now() - time_start);
 	end);
 end