Skip to content

Commit d507457

Browse files
committed
logs on new lines
1 parent 4b0c872 commit d507457

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/neuronrobotics/sdk/common

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/sdk/common/Log.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public void init(String message, int importance){
389389
*/
390390
public String toString() {
391391
//return "\t\t\t\t[" + dateFormat.format(datetime) + "] " + " " + getImportance(importance) +" "+callingClass+ " :\n"+ message;
392-
return getImportanceColor(importance)+"[" + dateFormat.format(datetime) + "] " + " " + getImportance(importance) +" "+callingClass+ " :\t\t\t\t"+ message+getColorNormalizationCode();
392+
return getImportanceColor(importance)+"[" + dateFormat.format(datetime) + "] " + " " + getImportance(importance) +" "+callingClass+ " :\n\t"+ message+getColorNormalizationCode();
393393
}
394394
}
395395

0 commit comments

Comments
 (0)