Skip to content

Commit 2d38dc7

Browse files
committed
chore: error -> warning
1 parent 15be854 commit 2d38dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preprocess/preprocess.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func Start(version string, spotifyBasePath string, extractedAppsPath string, fla
145145
embeddedString, _, _, err := utils.ReadStringFromUTF16Binary(binFilePath, startMarker, endMarker)
146146
if err != nil {
147147
utils.PrintWarning(fmt.Sprintf("Could not process %s: %v", binFilePath, err))
148-
utils.PrintInfo("If above error says 'could not find start marker', you can safely ignore that error. It's for the future spotify release that might add xpui to the snapshot.")
148+
utils.PrintInfo("If above warning says 'could not find start marker', you can safely ignore that error. It's for the future spotify release that might add xpui to the snapshot.")
149149
continue
150150
}
151151

0 commit comments

Comments
 (0)