aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-06-03 05:35:22 +0100
committerMatthew Wild <mwild1@gmail.com>2011-06-03 05:35:22 +0100
commit810c24a1242c857f78bf6d06802b8cf03a9e5544 (patch)
tree51cbd6537abe871b1a2c0728644d4ed781c01e1e
parent648ce900d7f396770747c864758c20c04c77d143 (diff)
parent903ddd9e5a7489ba85dfc7820c7803c4cc3011b4 (diff)
downloadprosody-810c24a1242c857f78bf6d06802b8cf03a9e5544.tar.gz
prosody-810c24a1242c857f78bf6d06802b8cf03a9e5544.zip
Merge 0.8->trunk
-rw-r--r--plugins/mod_storage_sql.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mod_storage_sql.lua b/plugins/mod_storage_sql.lua
index dd148704..57331ac0 100644
--- a/plugins/mod_storage_sql.lua
+++ b/plugins/mod_storage_sql.lua
@@ -108,6 +108,8 @@ local function create_table()
end
end
repeat until not stmt:fetch();
+ else
+ module:log("error", "Failed to upgrade database schema, please see http://prosody.im/doc/mysql for help");
end
end
end