Ignore:
Timestamp:
2006-09-01T09:57:23+12:00 (18 years ago)
Author:
mdewsnip
Message:

Changed debug statements in new code to go to DebugStream.

File:
1 edited

Legend:

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

    r12637 r12638  
    147147            }
    148148            else {
    149             System.err.println("Already loaded arguments for " + plugin_name + "!");
     149            DebugStream.println("Already loaded arguments for " + plugin_name + "!");
    150150            }
    151151        }
     
    173173    static private void loadPluginInfo(Plugin plugin)
    174174    {
    175     System.err.println("Loading arguments for " + plugin.getName() + "...");
     175    DebugStream.println("Loading arguments for " + plugin.getName() + "...");
    176176
    177177    // Run pluginfo.pl to get the list of plugins
     
    216216    static public void loadPluginsList()
    217217    {
    218     System.err.println("In loadPluginsList()...");
     218    DebugStream.println("In loadPluginsList()...");
    219219
    220220    // Run pluginfo.pl to get the list of plugins
Note: See TracChangeset for help on using the changeset viewer.