diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-06-03 05:35:22 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-06-03 05:35:22 +0100 |
commit | e089f2d554d072b6c7393639c0f8daa8a6424d5e (patch) | |
tree | 51cbd6537abe871b1a2c0728644d4ed781c01e1e | |
parent | 8f23723f94af0fd03541b33e0a4e647dfc743d00 (diff) | |
parent | 903ddd9e5a7489ba85dfc7820c7803c4cc3011b4 (diff) | |
download | prosody-e089f2d554d072b6c7393639c0f8daa8a6424d5e.tar.gz prosody-e089f2d554d072b6c7393639c0f8daa8a6424d5e.zip |
Merge 0.8->trunk
-rw-r--r-- | plugins/mod_storage_sql.lua | 2 |
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 |