summaryrefslogtreecommitdiff
path: root/mg_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg_mysql.c')
-rw-r--r--mg_mysql.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mg_mysql.c b/mg_mysql.c
index f50cafb..411629c 100644
--- a/mg_mysql.c
+++ b/mg_mysql.c
@@ -541,8 +541,7 @@ mgmySql::Connect ()
{
if (!Connected())
if (!createtime)
- mgWarning("Database %s not found:%s",
- the_setup.DbName,mysql_error(m_db));
+ mgWarning(mysql_error(m_db));
}
}
if (!needGenre2_set && Connected())