diff options
| author | Liam Mitchell <[email protected]> | 2025-02-19 00:08:41 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-02-19 00:08:41 +0000 |
| commit | 7e700445334d8d3269bca0bf446ff63211296dce (patch) | |
| tree | 4ae289d6c87aee133defd6ecaf173f4eadb64036 /src/zenutil/service.cpp | |
| parent | changelog (diff) | |
| download | zen-7e700445334d8d3269bca0bf446ff63211296dce.tar.xz zen-7e700445334d8d3269bca0bf446ff63211296dce.zip | |
Linux compilation fixes
Diffstat (limited to 'src/zenutil/service.cpp')
| -rw-r--r-- | src/zenutil/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/service.cpp b/src/zenutil/service.cpp index 45874d1b5..8d6b399ca 100644 --- a/src/zenutil/service.cpp +++ b/src/zenutil/service.cpp @@ -973,7 +973,7 @@ QueryInstalledService(std::string_view ServiceName, ServiceInfo& OutInfo) } else { - ZEN_DEBUG("systemctl status failed with '{}"({}), Res.second, Res.first); + ZEN_DEBUG("systemctl status failed with '{}'({})", Res.second, Res.first); } } |