Skip to content

Commit

Permalink
log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
segler-alex committed Sep 27, 2023
1 parent 19f3ba6 commit 0614abf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ List<DataRadioStation> LoadM3UInternal(String filePath, String fileName) {
FileReader fr = new FileReader(f);
return LoadM3UReader(fr);
} catch (Exception e) {
Log.e("LOAD", "File write failed: " + e.toString());
Log.e("LOAD", "File read failed: " + e.toString());
return null;
}
}
Expand Down

0 comments on commit 0614abf

Please sign in to comment.