Software /
code /
prosody
Changeset
2692:b669a0ae99e2
Merge trunk with trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 21 Feb 2010 16:44:37 +0000 |
parents | 2691:6863b629aa6a (diff) 2687:2045d13ba018 (current diff) |
children | 2695:85ed64299f88 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/ejabberdsql2prosody.lua Sun Feb 21 17:47:49 2010 +0500 +++ b/tools/ejabberdsql2prosody.lua Sun Feb 21 16:44:37 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)