Changeset 5389


Ignore:
Timestamp:
2003-09-01T10:48:00+12:00 (21 years ago)
Author:
mdewsnip
Message:

Added output message so we know what strings are missing from the dictionary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Dictionary.java

    r5371 r5389  
    254254    }
    255255    catch (Exception e) {
    256         if(!key.endsWith("_Tooltip")) {
    257         Gatherer.println("Missing value for key: " + key);
    258         }
     256        // if(!key.endsWith("_Tooltip")) {
     257        System.err.println("Missing value for key: " + key);
     258        // }
    259259        //e.printStackTrace();
    260260        return key;
Note: See TracChangeset for help on using the changeset viewer.