mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-22 16:26:52 +00:00
Log when DE is unknown
This commit is contained in:
parent
a3d84f69ea
commit
30810e95f4
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user