fixed indent of launch argument log
This commit is contained in:
parent
f2c35c83d5
commit
149be757bb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class Main {
|
|||
System.out.println("Starting Speech Indexer...");
|
||||
System.out.println("--------------------------");
|
||||
System.out.println("Arguments:");
|
||||
System.out.println("- Upload the Member Photos to the DB: " + UPLOAD_MEMBER_PHOTOS);
|
||||
System.out.println(" - Upload the Member Photos to the DB: " + UPLOAD_MEMBER_PHOTOS);
|
||||
System.out.println("--------------------------");
|
||||
|
||||
//TEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue