[csw-devel] SF.net SVN: gar:[20033] csw/mgar/gar/v2/lib/python/database.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Jan 5 13:01:21 CET 2013


Revision: 20033
          http://gar.svn.sourceforge.net/gar/?rev=20033&view=rev
Author:   wahwah
Date:     2013-01-05 12:01:21 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
checkpkg: Mention 'mgar up --all' explicitly

'Application sources' was probably too abstract.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/database.py

Modified: csw/mgar/gar/v2/lib/python/database.py
===================================================================
--- csw/mgar/gar/v2/lib/python/database.py	2013-01-05 11:58:38 UTC (rev 20032)
+++ csw/mgar/gar/v2/lib/python/database.py	2013-01-05 12:01:21 UTC (rev 20033)
@@ -87,7 +87,7 @@
             "the application expects: %s. "
             % (ldm.GetDatabaseSchemaVersion(), DB_SCHEMA_VERSION))
         if DB_SCHEMA_VERSION < ldm.GetDatabaseSchemaVersion():
-          msg += "Make sure your application sources are up to date."
+          msg += "When did you last run 'mgar up --all'?."
         elif DB_SCHEMA_VERSION > ldm.GetDatabaseSchemaVersion():
           msg += ("Make sure your database is up to date.  "
                   "Re-create it if necessary.")

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list