aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-01-02 15:07:54 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-01-02 15:07:54 -0600
commit64eab630bf99e4d92e567628dbfc7cecf4cc27c4 (patch)
treee3fce92f7b2f2cf4e6dde75fd7fffa229b90dd79
parente0bf6b4bf79fbe5e5c13fce2d91a5a4292b80e16 (diff)
downloadmediagoblin-64eab630bf99e4d92e567628dbfc7cecf4cc27c4.tar.lz
mediagoblin-64eab630bf99e4d92e567628dbfc7cecf4cc27c4.tar.xz
mediagoblin-64eab630bf99e4d92e567628dbfc7cecf4cc27c4.zip
Not only the web server starts MediaGoblin app! Better phrasing.
-rw-r--r--mediagoblin/db/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py
index 19e23d7f..aba9c59c 100644
--- a/mediagoblin/db/util.py
+++ b/mediagoblin/db/util.py
@@ -80,7 +80,7 @@ def check_db_up_to_date():
if migration_manager.database_current_migration is None or \
migration_manager.migrations_to_run():
sys.exit("Your database is not up to date. Please run "
- "'gmg dbupdate' before starting the webserver.")
+ "'gmg dbupdate' before starting MediaGoblin.")
if __name__ == '__main__':