mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Log when DE is unknown
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user