From 85e0a5be7dd986ef528ba6f4f7ee74e728daf747 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 19 Mar 2025 08:28:47 -0700 Subject: [PATCH] Change messaging. --- refactor_music_library.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/refactor_music_library.sh b/refactor_music_library.sh index b8eccf8..328eabf 100755 --- a/refactor_music_library.sh +++ b/refactor_music_library.sh @@ -214,15 +214,15 @@ function migrate_music { # Check that the file has proper data. skip=false if [[ -z "$grandparent" ]]; then - echo "ERROR: Could not find Artist information." + echo "*** WARNING: Could not find Artist information." skip="true" fi if [[ -z "$parent" ]]; then - echo "ERROR: Could not find Album or Year information." + echo "*** WARNING: Could not find Album or Year information." skip="true" fi if [[ -z "$track" && -z "$title" ]]; then - echo "ERROR: Could not find Track or Title information." + echo "*** WARNING: Could not find Track or Title information." skip="true" fi