Skip to content

Commit fbae3df

Browse files
committed
Change log level from error to debug for shared file copy failure
1 parent 9ebb3ea commit fbae3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UI/PluginInstaller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ int PluginInfoComponent::downloadPlugin (const String& plugin, const String& ver
16561656
}
16571657
catch (fs::filesystem_error& e)
16581658
{
1659-
LOGE ("Could not copy shared files: \"", e.what(), "\"");
1659+
LOGD ("Could not copy shared files: \"", e.what(), "\"");
16601660
}
16611661
}
16621662

0 commit comments

Comments
 (0)