Nope, ERROR level has higher priority, doh

pull/595/head
jackun 3 years ago
parent 60d5160c36
commit 5767426192
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -26,7 +26,7 @@ void BatteryStats::update() {
if (!batt_check) {
numBattery();
if (batt_count == 0) {
SPDLOG_INFO("No battery found");
SPDLOG_ERROR("No battery found");
}
}

@ -854,7 +854,7 @@ void HudElements::sort_elements(const std::pair<std::string, std::string>& optio
ordered_functions.push_back({graphs, value});
else
{
spdlog::info("Unrecognized graph type: {}", value);
spdlog::error("Unrecognized graph type: {}", value);
}
}
}

Loading…
Cancel
Save