Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
uklotzde committed Aug 19, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Razican Iban Eguia Moraza
1 parent 843c19f commit 0f45c61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/library/dao/trackdao.cpp
Original file line number Diff line number Diff line change
@@ -709,9 +709,10 @@ TrackPointer TrackDAO::addTracksAddFile(const QFileInfo& fileInfo, bool unremove
// must be detected reliably in any situation.
if (fileInfo.absoluteFilePath() != trackLocation) {
kLogger.warning()
<< "Both track locations"
<< "Cannot add track:"
<< "Both the new track at"
<< fileInfo.absoluteFilePath()
<< "and"
<< "and an existing track at"
<< trackLocation
<< "are referencing the same file"
<< fileInfo.canonicalFilePath();

0 comments on commit 0f45c61

Please sign in to comment.