mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Log when DE is unknown
This commit is contained in:
@@ -99,6 +99,7 @@ std::vector<Type> Compute() {
|
||||
std::vector<Type> ComputeAndLog() {
|
||||
const auto result = Compute();
|
||||
if (result.empty()) {
|
||||
LOG(("DE: Other"));
|
||||
return {};
|
||||
}
|
||||
const auto names = ranges::accumulate(
|
||||
|
||||
Reference in New Issue
Block a user