aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-06-28 18:38:31 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-06-28 18:38:31 +0200
commit7511c64635465e4f8764f5b831eb154f07eec364 (patch)
tree82909df11033bfc24caeaa3fb4c0d48d00df5abd /src
parent16ee1dd1a69edc9b69a96cc706ac1823873de38f (diff)
Changed the the phrasing for wrong path.
Diffstat (limited to 'src')
-rw-r--r--src/main/java/musichub/main/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/musichub/main/Main.java b/src/main/java/musichub/main/Main.java
index 4248aa9..a8d2128 100644
--- a/src/main/java/musichub/main/Main.java
+++ b/src/main/java/musichub/main/Main.java
@@ -108,7 +108,7 @@ public class Main {
System.out.println("Song content: ");
String content = scan.nextLine();
if (!isPathValid(content)) {
- String logMsg = "The music file was not found with the path you've provided or the extension is not .wav";
+ String logMsg = "The music file cannot be found with the path you've provided or the extension is not .wav";
LogHandler.write(logMsg, "ERROR"); //write a line in the log file
System.err.println(logMsg);
System.out.println("Type h for available commands");