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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/ConfigurationServant.java (file contents):
Revision 1.7 by tdb, Mon Nov 13 18:34:12 2000 UTC vs.
Revision 1.8 by tdb, Thu Nov 16 18:02:11 2000 UTC

# Line 46 | Line 46 | class ConfigurationServant extends ConfigurationPOA {
46          _logRef = logRef;
47          
48          String date = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM).format(new Date(getLastModified()));
49 <        _logRef.write(this.toString(), "created: " + configurationFile.getName() + "(" + date + ")" );
49 >        _logRef.write(this.toString(), Logger.SYSMSG, "created: " + configurationFile.getName() + "(" + date + ")" );
50          
51          try {
52              InputStream configurationStream = new FileInputStream(configurationFile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines