aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/java/musichub/main/Main.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/musichub/main/Main.java b/src/main/java/musichub/main/Main.java
index 2394ce6..c7d6aa9 100644
--- a/src/main/java/musichub/main/Main.java
+++ b/src/main/java/musichub/main/Main.java
@@ -99,7 +99,8 @@ public class Main {
if (!isPathValid(content)) {
String logMsg = "The music file was not found with the path you've provided or the extension is not .wav";
LogHandler.write(logMsg, "WARNING"); //write a line in the log file
- System.out.println(logMsg + "\nType h for available commands");
+ System.err.println(logMsg);
+ System.out.println("Type h for available commands");
choice = scan.nextLine();
break;
}
@@ -258,6 +259,7 @@ public class Main {
System.err.println(e.getMessage()+" Please create a file with the extension .wav inside the song folder at root of the app");
}
printAvailableCommands();
+ break;
case 'o':
//consult the app logs
LogHandler.read();
>ansible: install helm on k8s mastersclyhtsuriva2-0/+34 2025-07-09k8s: remove puterclyhtsuriva6-130/+0 2025-07-09Remove gitea from ansible & dockerclyhtsuriva5-89/+0 2025-07-09tofu: update bpg/proxmox to 0.79.0clyhtsuriva1-1/+1 2025-06-22ansible: set apt lock_timeout to 3minclyhtsuriva3-2/+4 2025-06-22tofu: update bpg/proxmox to 0.78.2clyhtsuriva1-1/+1 2025-05-24tofu: update bpg/proxmox to 0.78.0 (tested)clyhtsuriva2-2/+3 2025-05-01tofu: update bpg/proxmox to 0.77.0 (tested)clyhtsuriva1-1/+1 2025-04-22tofu: update bpg/proxmox to 0.76.0 (tested)clyhtsuriva1-1/+1 2025-04-15tofu: update bpg/proxmox to 0.75.0 (tested)clyhtsuriva1-1/+1 2025-04-04ansible: remove docker git repo cloning taskclyhtsuriva2-46/+0 2025-04-04ansible: deploy gitea using ansible (w.i.p.)clyhtsuriva4-0/+58