diff options
author | Johannes Graumann <johannes_graumann@web.de> | 2012-10-15 22:37:55 +0300 |
---|---|---|
committer | Johannes Graumann <johannes_graumann@web.de> | 2012-10-15 22:37:55 +0300 |
commit | 9f4d66dfe7a0eb9e059433372d3b3b8ebfc55155 (patch) | |
tree | 2bcce178596fb95a86aedec92aafe06ab4fa41d5 /pykolab | |
parent | a2486764ecca3a6203d2ba6dfabeff66c95a9e58 (diff) | |
download | pykolab-9f4d66dfe7a0eb9e059433372d3b3b8ebfc55155.tar.gz |
Clarify otherwise redundant warning message;
Diffstat (limited to 'pykolab')
-rw-r--r-- | pykolab/setup/setup_mysql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab/setup/setup_mysql.py b/pykolab/setup/setup_mysql.py index e4940a0..9c73047 100644 --- a/pykolab/setup/setup_mysql.py +++ b/pykolab/setup/setup_mysql.py @@ -135,5 +135,5 @@ password='%s' conf.command_set('kolab_wap', 'sql_uri', 'mysql://kolab:%s@localhost/kolab' % (mysql_kolab_password)) else: - log.warning(_("Could not find the Kolab schema file")) + log.warning(_("Could not find the MySQL Kolab schema file")) |