mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.00.2009 dc0e2b558a3a3a9832e5065b8c10daa04f9c6203
opends/src/guitools/org/opends/guitools/controlpanel/util/ControlPanelLog.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.guitools.controlpanel.util;
@@ -101,7 +101,7 @@
  static private String getInitialLogRecord() {
    StringBuilder sb = new StringBuilder()
            .append("Status application launched " +
            .append("Application launched " +
                    DateFormat.getDateTimeInstance(DateFormat.LONG,
                                                   DateFormat.LONG).
                            format(new Date()));