Commit 75a39ed2 authored by Max Kellermann's avatar Max Kellermann

db/update/Archive: remove useless log message

parent 4d357ab7
......@@ -65,11 +65,8 @@ UpdateWalk::UpdateArchiveTree(ArchiveFile &archive, Directory &directory,
//create directories first
UpdateArchiveTree(archive, *subdir, tmp + 1);
} else {
if (StringIsEmpty(name)) {
LogWarning(update_domain,
"archive returned directory only");
if (StringIsEmpty(name))
return;
}
//add file
Song *song = LockFindSong(directory, name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment