Changeset 4136


Ignore:
Timestamp:
Feb 11, 2008, 10:53:27 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

Format of progress output was incosistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/Update.java

    r4131 r4136  
    834834      if (schemaVersion < 48)
    835835      {
    836         if (progress != null) progress.display((int)(47*progress_factor), "Updating schema version: " + schemaVersion + " -> 48...");
     836        if (progress != null) progress.display((int)(47*progress_factor), "--Updating schema version: " + schemaVersion + " -> 48...");
    837837        schemaVersion = setSchemaVersionInTransaction(session, 48);
    838838      }
     
    846846      if (schemaVersion < 50)
    847847      {
    848         if (progress != null) progress.display((int)(49*progress_factor), "Updating schema version: " + schemaVersion + " -> 50...");
     848        if (progress != null) progress.display((int)(49*progress_factor), "--Updating schema version: " + schemaVersion + " -> 50...");
    849849        schemaVersion = setSchemaVersionInTransaction(session, 50);
    850850      }
Note: See TracChangeset for help on using the changeset viewer.