Skip to content

Commit

Permalink
Update CfgLog.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aionJoey authored Jun 1, 2018
1 parent b8ac773 commit 4beff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modMcf/src/org/aion/mcf/config/CfgLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public String toXML() {
* Boolean value to allow logger to be toggled ON and OFF
*/
xmlWriter.writeCharacters("\t\t");
xmlWriter.writeCharacters("<Enable/Disable logback service; if disabled, output will not be logged.");
xmlWriter.writeCharacters("Enable/Disable logback service; if disabled, output will not be logged.");
xmlWriter.writeCharacters("\r\n\t\t");
xmlWriter.writeStartElement("log-file");
xmlWriter.writeCharacters(this.logFile + "");
Expand Down

0 comments on commit 4beff1c

Please sign in to comment.