mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Log when DE is unknown
This commit is contained in:
parent
a3d84f69ea
commit
30810e95f4
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ std::vector<Type> Compute() {
|
||||||
std::vector<Type> ComputeAndLog() {
|
std::vector<Type> ComputeAndLog() {
|
||||||
const auto result = Compute();
|
const auto result = Compute();
|
||||||
if (result.empty()) {
|
if (result.empty()) {
|
||||||
|
LOG(("DE: Other"));
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const auto names = ranges::accumulate(
|
const auto names = ranges::accumulate(
|
||||||
|
|
Loading…
Add table
Reference in a new issue