Skip to content

Commit

Permalink
Merge pull request #3585 from eltociear/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Sep 10, 2024
2 parents 5d184f7 + 70f3c1d commit 6560e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/power_profiles_daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void PowerProfilesDaemon::setPropCb(Glib::RefPtr<Gio::AsyncResult>& r) {
auto _ = powerProfilesProxy_->call_finish(r);
dp.emit();
} catch (const std::exception& e) {
spdlog::error("Failed to set the the active power profile: {}", e.what());
spdlog::error("Failed to set the active power profile: {}", e.what());
} catch (const Glib::Error& e) {
spdlog::error("Failed to set the active power profile: {}", std::string(e.what()));
}
Expand Down

0 comments on commit 6560e32

Please sign in to comment.