ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java (file contents):
Revision 1.20 by ajm, Fri Feb 23 17:21:22 2001 UTC vs.
Revision 1.21 by ajm, Fri Feb 23 17:23:36 2001 UTC

# Line 148 | Line 148 | public class ComponentManager {
148                      failedComponents.add(component);
149                  }
150              }
151 <            if (componentsToStart.size() > 0) {
151 >            if (failedComponents.size() > 0) {
152                  System.err.println(toString + ": WARNING One or more components failed to start correctly.");
153                  System.err.println(toString + ": Will try again in 5 seconds");
154                  try {    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines