Software /
code /
prosody
Changeset
2690:542d633e0280
Merge 0.7 with 0.7
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 21 Feb 2010 16:43:29 +0000 |
parents | 2688:95d665f20c71 (diff) 2686:d0d38fcaade0 (current diff) |
children | 2691:6863b629aa6a 2693:e60494fbf23f |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/ejabberdsql2prosody.lua Sun Feb 21 17:43:39 2010 +0500 +++ b/tools/ejabberdsql2prosody.lua Sun Feb 21 16:43:29 2010 +0000 @@ -254,7 +254,7 @@ for i, row in ipairs(t["users"] or NULL) do local node, password = row.username, row.password; local ret, err = dm.store(node, host, "accounts", {password = password}); - print("["..(err or "success").."] accounts: "..node.."@"..host.." = "..password); + print("["..(err or "success").."] accounts: "..node.."@"..host); end function roster(node, host, jid, item)