Changeset

325:5de1048b3fbf

Adding logging for outbound presence broadcasts (changed it a bit)
author Waqas Hussain <waqas20@gmail.com>
date Mon, 17 Nov 2008 12:27:02 +0500
parents 324:fb3266478a0d
children 326:99a8317d1235
files core/presencemanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/presencemanager.lua	Mon Nov 17 12:21:21 2008 +0500
+++ b/core/presencemanager.lua	Mon Nov 17 12:27:02 2008 +0500
@@ -32,7 +32,7 @@
 			end
 		end
 	end
-	log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..to_bare);
+	log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..jid);
 	return count;
 end